Home
last modified time | relevance | path

Searched refs:PyStructSequence_NewType (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Include/
Dstructseq.h30 PyAPI_FUNC(PyTypeObject*) PyStructSequence_NewType(PyStructSequence_Desc *desc);
/third_party/python/Modules/
Dspwdmodule.c215 state->StructSpwdType = PyStructSequence_NewType(&struct_spwd_type_desc); in spwdmodule_exec()
Dgrpmodule.c318 state->StructGrpType = PyStructSequence_NewType(&struct_group_type_desc); in grpmodule_exec()
Dpwdmodule.c327 state->StructPwdType = PyStructSequence_NewType(&struct_pwd_type_desc); in pwdmodule_exec()
D_lsprof.c872 state->stats_entry_type = PyStructSequence_NewType(&profiler_entry_desc); in _lsprof_exec()
880 state->stats_subentry_type = PyStructSequence_NewType(&profiler_subentry_desc); in _lsprof_exec()
Dresource.c372 state->StructRUsageType = PyStructSequence_NewType(&struct_rusage_desc); in resource_exec()
Dsignalmodule.c1692 modstate->siginfo_type = PyStructSequence_NewType(&struct_siginfo_desc);
Dposixmodule.c15855 PyObject *WaitidResultType = (PyObject *)PyStructSequence_NewType(&waitid_result_desc); in posixmodule_exec()
15868 PyObject *StatResultType = (PyObject *)PyStructSequence_NewType(&stat_result_desc); in posixmodule_exec()
15879 PyObject *StatVFSResultType = (PyObject *)PyStructSequence_NewType(&statvfs_result_desc); in posixmodule_exec()
15898 PyObject *SchedParamType = (PyObject *)PyStructSequence_NewType(&sched_param_desc); in posixmodule_exec()
15909 PyObject *TerminalSizeType = (PyObject *)PyStructSequence_NewType(&TerminalSize_desc); in posixmodule_exec()
15933 PyObject *TimesResultType = (PyObject *)PyStructSequence_NewType(&times_result_desc); in posixmodule_exec()
15941 PyTypeObject *UnameResultType = PyStructSequence_NewType(&uname_result_desc); in posixmodule_exec()
D_threadmodule.c1636 state->excepthook_type = PyStructSequence_NewType(&ExceptHookArgs_desc); in thread_module_exec()
Dtimemodule.c2032 state->struct_time_type = PyStructSequence_NewType(&struct_time_type_desc);
D_testcapimodule.c4048 PyTypeObject* structseq_type = PyStructSequence_NewType(&descr); in test_structseq_newtype_doesnt_leak()
4067 PyTypeObject* structseq_type = PyStructSequence_NewType(&descr); in test_structseq_newtype_null_descr_doc()
/third_party/python/Doc/c-api/
Dtuple.rst122 .. c:function:: PyTypeObject* PyStructSequence_NewType(PyStructSequence_Desc *desc)
191 :c:func:`PyStructSequence_NewType`.
/third_party/python/Objects/
Dstructseq.c616 PyStructSequence_NewType(PyStructSequence_Desc *desc) in PyStructSequence_NewType() function
/third_party/python/PC/
Dpython3dll.c539 EXPORT_FUNC(PyStructSequence_NewType)
/third_party/python/Doc/data/
Dstable_abi.dat587 function,PyStructSequence_NewType,3.2,,
Drefcounts.dat2111 PyStructSequence_NewType:PyTypeObject*::+1:
2112 PyStructSequence_NewType:PyStructSequence_Desc*:desc::
/third_party/python/Python/
Dsysmodule.c2989 EmscriptenInfoType = PyStructSequence_NewType(&emscripten_info_desc); in _PySys_InitCore()
/third_party/python/Misc/
Dstable_abi.toml1301 [function.PyStructSequence_NewType]
DNEWS7875 - bpo-42083: Add test to check that ``PyStructSequence_NewType`` accepts a
18633 - bpo-34784: Fix the implementation of PyStructSequence_NewType in order to