Searched refs:PyStructSequence_InitType2 (Results 1 – 15 of 15) sorted by relevance
| /external/python/cpython3/Include/ |
| D | structseq.h | 27 PyAPI_FUNC(int) PyStructSequence_InitType2(PyTypeObject *type,
|
| /external/python/cpython3/Python/ |
| D | thread.c | 201 if (PyStructSequence_InitType2(&ThreadInfoType, &threadinfo_desc) < 0) in PyThread_GetInfo()
|
| D | sysmodule.c | 2790 if (PyStructSequence_InitType2(&Hash_InfoType, &hash_info_desc) < 0) { in _PySys_InitCore() 2857 if (PyStructSequence_InitType2( in _PySys_InitCore()
|
| D | errors.c | 1225 if (PyStructSequence_InitType2(&UnraisableHookArgsType, in _PyErr_InitTypes()
|
| /external/python/cpython3/Objects/ |
| D | structseq.c | 523 PyStructSequence_InitType2(PyTypeObject *type, PyStructSequence_Desc *desc) in PyStructSequence_InitType2() function 531 (void)PyStructSequence_InitType2(type, desc); in PyStructSequence_InitType()
|
| D | floatobject.c | 2026 if (PyStructSequence_InitType2(&FloatInfoType, &floatinfo_desc) < 0) { in _PyFloat_InitTypes()
|
| D | longobject.c | 5732 if (PyStructSequence_InitType2(&Int_InfoType, &int_info_desc) < 0) { in _PyLong_InitTypes()
|
| /external/python/cpython3/Doc/c-api/ |
| D | tuple.rst | 133 .. c:function:: int PyStructSequence_InitType2(PyTypeObject *type, PyStructSequence_Desc *desc)
|
| /external/python/cpython3/Modules/ |
| D | signalmodule.c | 1971 if (PyStructSequence_InitType2(&SiginfoType, &struct_siginfo_desc) < 0) {
|
| D | _threadmodule.c | 1629 if (PyStructSequence_InitType2(&ExceptHookArgsType, in thread_module_exec()
|
| D | timemodule.c | 1999 if (PyStructSequence_InitType2(&StructTimeType,
|
| /external/python/cpython3/Doc/data/ |
| D | refcounts.dat | 2104 PyStructSequence_InitType2:int::: 2105 PyStructSequence_InitType2:PyTypeObject*:type:+1: 2106 PyStructSequence_InitType2:PyStructSequence_Desc*:desc::
|
| D | python3.10.abi | 625 …<elf-symbol name='PyStructSequence_InitType2' type='func-type' binding='global-binding' visibility… 8255 …<function-decl name='PyStructSequence_InitType2' mangled-name='PyStructSequence_InitType2' filepat… 10568 …PyStructSequence_InitType2' mangled-name='PyStructSequence_InitType2' filepath='Objects/structseq.…
|
| /external/python/cpython3/Doc/whatsnew/ |
| D | 3.4.rst | 1910 * New function :c:func:`PyStructSequence_InitType2` supplements the
|
| /external/python/cpython3/Misc/ |
| D | HISTORY | 4322 - Issue #18520: Add a new PyStructSequence_InitType2() function, same than
|