Searched refs:PyStructSequence_InitType (Results 1 – 21 of 21) sorted by relevance
/external/python/cpython2/Include/ |
D | structseq.h | 24 PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type,
|
/external/python/cpython3/Include/ |
D | structseq.h | 25 PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type,
|
/external/python/cpython2/Modules/ |
D | spwdmodule.c | 178 PyStructSequence_InitType(&StructSpwdType, in initspwd()
|
D | grpmodule.c | 201 PyStructSequence_InitType(&StructGrpType, &struct_group_type_desc); in initgrp()
|
D | pwdmodule.c | 200 PyStructSequence_InitType(&StructPwdType,
|
D | _lsprof.c | 878 PyStructSequence_InitType(&StatsEntryType, in init_lsprof() 880 PyStructSequence_InitType(&StatsSubEntryType, in init_lsprof()
|
D | resource.c | 263 PyStructSequence_InitType(&StructRUsageType, in initresource()
|
D | timemodule.c | 981 PyStructSequence_InitType(&StructTimeType, in inittime()
|
D | posixmodule.c | 9517 PyStructSequence_InitType(&StatResultType, &stat_result_desc); in INITFUNC() 9522 PyStructSequence_InitType(&StatVFSResultType, &statvfs_result_desc); in INITFUNC()
|
/external/python/cpython3/Doc/c-api/ |
D | tuple.rst | 127 .. c:function:: void PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) 134 The same as ``PyStructSequence_InitType``, but returns ``0`` on success and ``-1`` on
|
/external/python/cpython2/Python/ |
D | sysmodule.c | 1494 PyStructSequence_InitType(&VersionInfoType, &version_info_desc); in _PySys_Init() 1502 PyStructSequence_InitType(&FlagsType, &flags_desc); in _PySys_Init() 1512 PyStructSequence_InitType(&WindowsVersionType, &windows_version_desc); in _PySys_Init()
|
/external/python/cpython3/Objects/ |
D | structseq.c | 404 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) in PyStructSequence_InitType() function
|
/external/python/cpython2/Objects/ |
D | structseq.c | 477 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) in PyStructSequence_InitType() function
|
D | floatobject.c | 2210 PyStructSequence_InitType(&FloatInfoType, &floatinfo_desc); in _PyFloat_Init()
|
D | longobject.c | 4404 PyStructSequence_InitType(&Long_InfoType, &long_info_desc); in _PyLong_Init()
|
/external/python/cpython2/RISCOS/Modules/ |
D | riscosmodule.c | 601 PyStructSequence_InitType(&StatResultType, &stat_result_desc); in initriscos()
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 559 "PyStructSequence_InitType"
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2091 PyStructSequence_InitType:void::: 2092 PyStructSequence_InitType:PyTypeObject*:type:+1: 2093 PyStructSequence_InitType:PyStructSequence_Desc*:desc::
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.4.rst | 1911 existing :c:func:`PyStructSequence_InitType` function. The difference
|
/external/python/cpython3/Misc/ |
D | HISTORY | 4323 PyStructSequence_InitType() except that it has a return value (0 on success, 18248 - All uses of PyStructSequence_InitType have been changed to initialize
|
/external/python/cpython2/Misc/ |
D | HISTORY | 864 - All uses of PyStructSequence_InitType have been changed to initialize
|