Home
last modified time | relevance | path

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

/third_party/python/Include/
Dstructseq.h25 PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type,
/third_party/python/Doc/c-api/
Dtuple.rst128 .. c:function:: void PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc)
135 The same as ``PyStructSequence_InitType``, but returns ``0`` on success and ``-1`` on
/third_party/python/Objects/
Dstructseq.c529 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) in PyStructSequence_InitType() function
/third_party/python/Doc/data/
Drefcounts.dat2100 PyStructSequence_InitType:void:::
2101 PyStructSequence_InitType:PyTypeObject*:type:+1:
2102 PyStructSequence_InitType:PyStructSequence_Desc*:desc::
/third_party/python/Doc/whatsnew/
D3.4.rst1911 existing :c:func:`PyStructSequence_InitType` function. The difference
/third_party/python/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