Searched refs:PyStructSequence_InitType2 (Results 1 – 14 of 14) sorted by relevance
/third_party/python/Include/ |
D | structseq.h | 27 PyAPI_FUNC(int) PyStructSequence_InitType2(PyTypeObject *type,
|
/third_party/python/Python/ |
D | thread.c | 197 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()
|
/third_party/python/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()
|
/third_party/python/Doc/c-api/ |
D | tuple.rst | 133 .. c:function:: int PyStructSequence_InitType2(PyTypeObject *type, PyStructSequence_Desc *desc)
|
/third_party/python/Modules/ |
D | signalmodule.c | 1961 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,
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 2104 PyStructSequence_InitType2:int::: 2105 PyStructSequence_InitType2:PyTypeObject*:type:+1: 2106 PyStructSequence_InitType2:PyStructSequence_Desc*:desc::
|
/third_party/python/Doc/whatsnew/ |
D | 3.4.rst | 1910 * New function :c:func:`PyStructSequence_InitType2` supplements the
|
/third_party/python/Misc/ |
D | HISTORY | 4322 - Issue #18520: Add a new PyStructSequence_InitType2() function, same than
|