Home
last modified time | relevance | path

Searched refs:PyStructSequence_GET_ITEM (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Dstructseq.h40 #define PyStructSequence_GET_ITEM(op, i) PyTuple_GET_ITEM(op, i) macro
/external/python/cpython3/Objects/
Dstructseq.c58 return PyStructSequence_GET_ITEM(op, i); in PyStructSequence_GetItem()
201 val = PyStructSequence_GET_ITEM(obj, i); in structseq_repr()
/external/python/cpython3/Doc/c-api/
Dtuple.rst196 .. c:function:: PyObject* PyStructSequence_GET_ITEM(PyObject *p, Py_ssize_t pos)
/external/python/cpython3/Doc/data/
Drefcounts.dat2083 PyStructSequence_GET_ITEM:PyObject*::0:
2084 PyStructSequence_GET_ITEM:PyObject*:p:0:
2085 PyStructSequence_GET_ITEM:Py_ssize_t:pos::
/external/python/cpython3/Modules/
Dposixmodule.c5581 priority = PyLong_AsLong(PyStructSequence_GET_ITEM(param, 0)); in convert_sched_param()