Home
last modified time | relevance | path

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

/third_party/python/Include/
Dstructseq.h40 #define PyStructSequence_GET_ITEM(op, i) PyTuple_GET_ITEM(op, i) macro
/third_party/python/Python/
Derrors.c1429 PyObject *exc_type = PyStructSequence_GET_ITEM(args, 0); in _PyErr_WriteUnraisableDefaultHook()
1430 PyObject *exc_value = PyStructSequence_GET_ITEM(args, 1); in _PyErr_WriteUnraisableDefaultHook()
1431 PyObject *exc_tb = PyStructSequence_GET_ITEM(args, 2); in _PyErr_WriteUnraisableDefaultHook()
1432 PyObject *err_msg = PyStructSequence_GET_ITEM(args, 3); in _PyErr_WriteUnraisableDefaultHook()
1433 PyObject *obj = PyStructSequence_GET_ITEM(args, 4); in _PyErr_WriteUnraisableDefaultHook()
Dsysmodule.c2544 Py_XDECREF(PyStructSequence_GET_ITEM(flags, pos)); \ in set_flags_from_config()
/third_party/python/Modules/
D_threadmodule.c1501 PyObject *exc_type = PyStructSequence_GET_ITEM(args, 0); in thread_excepthook()
1508 PyObject *exc_value = PyStructSequence_GET_ITEM(args, 1); in thread_excepthook()
1509 PyObject *exc_tb = PyStructSequence_GET_ITEM(args, 2); in thread_excepthook()
1510 PyObject *thread = PyStructSequence_GET_ITEM(args, 3); in thread_excepthook()
Dtimemodule.c587 item = PyStructSequence_GET_ITEM(args, 9);
608 item = PyStructSequence_GET_ITEM(args, 10);
Dposixmodule.c6865 priority = PyLong_AsLong(PyStructSequence_GET_ITEM(param, 0)); in convert_sched_param()
/third_party/python/Objects/
Dstructseq.c88 return PyStructSequence_GET_ITEM(op, i); in PyStructSequence_GetItem()
296 PyObject *value = PyStructSequence_GET_ITEM(obj, i); in structseq_repr()
/third_party/python/Doc/c-api/
Dtuple.rst200 .. c:function:: PyObject* PyStructSequence_GET_ITEM(PyObject *p, Py_ssize_t pos)
/third_party/python/Doc/data/
Drefcounts.dat2092 PyStructSequence_GET_ITEM:PyObject*::0:
2093 PyStructSequence_GET_ITEM:PyObject*:p:0:
2094 PyStructSequence_GET_ITEM:Py_ssize_t:pos::