Home
last modified time | relevance | path

Searched refs:PyStructSequence_InitType (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/
Dstructseq.h25 PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type,
/external/python/cpython3/Doc/c-api/
Dtuple.rst145 .. c:function:: void PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc)
152 Like :c:func:`PyStructSequence_InitType`, but returns ``0`` on success
/external/python/cpython3/Objects/
Dstructseq.c711 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) in PyStructSequence_InitType() function
/external/python/cpython3/Doc/data/
Drefcounts.dat2158 PyStructSequence_InitType:void:::
2159 PyStructSequence_InitType:PyTypeObject*:type:+1:
2160 PyStructSequence_InitType:PyStructSequence_Desc*:desc::
Dpython3.13.abi707 …<elf-symbol name='PyStructSequence_InitType' type='func-type' binding='global-binding' visibility=…
9687PyStructSequence_InitType' mangled-name='PyStructSequence_InitType' filepath='Objects/structseq.c'…
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1910 existing :c:func:`PyStructSequence_InitType` function. The difference
/external/python/cpython3/Misc/
DHISTORY4323 PyStructSequence_InitType() except that it has a return value (0 on success,
18248 - All uses of PyStructSequence_InitType have been changed to initialize