Searched refs:PyStructSequence_InitType2 (Results 1 – 11 of 11) 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 | 203 if (PyStructSequence_InitType2(&ThreadInfoType, &threadinfo_desc) < 0) in PyThread_GetInfo()
|
| D | sysmodule.c | 2912 if (PyStructSequence_InitType2(&Hash_InfoType, &hash_info_desc) < 0) { in _PySys_InitCore() 2981 if (PyStructSequence_InitType2( in _PySys_InitCore()
|
| D | errors.c | 1248 if (PyStructSequence_InitType2(&UnraisableHookArgsType, in _PyErr_InitTypes()
|
| /third_party/python/Objects/ |
| D | structseq.c | 518 PyStructSequence_InitType2(PyTypeObject *type, PyStructSequence_Desc *desc) in PyStructSequence_InitType2() function 526 (void)PyStructSequence_InitType2(type, desc); in PyStructSequence_InitType()
|
| D | floatobject.c | 2002 if (PyStructSequence_InitType2(&FloatInfoType, &floatinfo_desc) < 0) { in _PyFloat_InitTypes()
|
| D | longobject.c | 6171 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/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
|