Home
last modified time | relevance | path

Searched refs:PyStructSequence_GET_ITEM (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Include/
H A Dstructseq.h40 #define PyStructSequence_GET_ITEM(op, i) PyTuple_GET_ITEM(op, i) macro
/third_party/python/Python/
H A Derrors.c1464 PyObject *exc_type = PyStructSequence_GET_ITEM(args, 0); in _PyErr_WriteUnraisableDefaultHook()
1465 PyObject *exc_value = PyStructSequence_GET_ITEM(args, 1); in _PyErr_WriteUnraisableDefaultHook()
1466 PyObject *exc_tb = PyStructSequence_GET_ITEM(args, 2); in _PyErr_WriteUnraisableDefaultHook()
1467 PyObject *err_msg = PyStructSequence_GET_ITEM(args, 3); in _PyErr_WriteUnraisableDefaultHook()
1468 PyObject *obj = PyStructSequence_GET_ITEM(args, 4); in _PyErr_WriteUnraisableDefaultHook()
H A Dsysmodule.c2559 Py_XDECREF(PyStructSequence_GET_ITEM(flags, pos)); \ in set_flags_from_config()
/third_party/python/Objects/
H A Dstructseq.c84 return PyStructSequence_GET_ITEM(op, i); in PyStructSequence_GetItem()
291 PyObject *value = PyStructSequence_GET_ITEM(obj, i); in structseq_repr()
/third_party/python/Modules/
H A D_threadmodule.c1502 PyObject *exc_type = PyStructSequence_GET_ITEM(args, 0); in thread_excepthook()
1509 PyObject *exc_value = PyStructSequence_GET_ITEM(args, 1); in thread_excepthook()
1510 PyObject *exc_tb = PyStructSequence_GET_ITEM(args, 2); in thread_excepthook()
1511 PyObject *thread = PyStructSequence_GET_ITEM(args, 3); in thread_excepthook()
H A Dtimemodule.c610 item = PyStructSequence_GET_ITEM(args, 9);
631 item = PyStructSequence_GET_ITEM(args, 10);
H A Dposixmodule.c7005 priority = PyLong_AsLong(PyStructSequence_GET_ITEM(param, 0)); in convert_sched_param()

Completed in 27 milliseconds