/external/python/cpython3/Include/ |
structseq.h | 27 PyAPI_FUNC(int) PyStructSequence_InitType2(PyTypeObject *type,
|
/external/python/cpython3/Objects/ |
structseq.c | 324 PyStructSequence_InitType2(PyTypeObject *type, PyStructSequence_Desc *desc) 398 (void)PyStructSequence_InitType2(type, desc); 409 if (PyStructSequence_InitType2(result, desc) < 0) {
|
floatobject.c | [all...] |
longobject.c | [all...] |
/external/python/cpython3/Modules/ |
grpmodule.c | 246 if (PyStructSequence_InitType2(&StructGrpType,
|
pwdmodule.c | 238 if (PyStructSequence_InitType2(&StructPwdType,
|
spwdmodule.c | 221 if (PyStructSequence_InitType2(&StructSpwdType,
|
_lsprof.c | 875 if (PyStructSequence_InitType2(&StatsEntryType, 878 if (PyStructSequence_InitType2(&StatsSubEntryType,
|
resource.c | 323 if (PyStructSequence_InitType2(&StructRUsageType,
|
signalmodule.c | 1206 if (PyStructSequence_InitType2(&SiginfoType, &struct_siginfo_desc) < 0) [all...] |
timemodule.c | [all...] |
posixmodule.c | [all...] |
/external/python/cpython3/Python/ |
thread.c | 399 if (PyStructSequence_InitType2(&ThreadInfoType, &threadinfo_desc) < 0)
|
sysmodule.c | [all...] |