Home
last modified time | relevance | path

Searched refs:PyStructSequence_New (Results 1 – 18 of 18) sorted by relevance

/third_party/python/Include/
Dstructseq.h32 PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
/third_party/python/Python/
Dthread.c182 threadinfo = PyStructSequence_New(&ThreadInfoType); in PyThread_GetInfo()
Dsysmodule.c1324 res = PyStructSequence_New(&AsyncGenHooksType); in sys_get_asyncgen_hooks_impl()
1383 hash_info = PyStructSequence_New(&Hash_InfoType); in get_hash_info()
1495 version = PyStructSequence_New(&WindowsVersionType); in sys_getwindowsversion_impl()
2505 PyObject *seq = PyStructSequence_New(&FlagsType); in make_flags()
2571 version_info = PyStructSequence_New(&VersionInfoType); in make_version_info()
Derrors.c1210 PyObject *args = PyStructSequence_New(&UnraisableHookArgsType); in make_unraisable_hook_args()
/third_party/python/Modules/
Dspwdmodule.c81 PyObject *v = PyStructSequence_New(&StructSpwdType); in mkspent()
Dgrpmodule.c62 if ((v = PyStructSequence_New(modulestate_global->StructGrpType)) == NULL) in mkgrent()
Dpwdmodule.c85 PyObject *v = PyStructSequence_New(modulestate_global->StructPwdType); in mkpwent()
Dresource.c94 result = PyStructSequence_New(&StructRUsageType); in resource_getrusage_impl()
Dposixmodule.c2318 PyObject *v = PyStructSequence_New((PyTypeObject *)StatResultType); in _pystat_fromstructstat()
4949 value = PyStructSequence_New((PyTypeObject *)UnameResultType); in os_uname_impl()
6705 res = PyStructSequence_New(type); in os_sched_param_impl()
6809 result = PyStructSequence_New((PyTypeObject *)SchedParamType); in os_sched_getparam_impl()
8092 result = PyStructSequence_New((PyTypeObject*) struct_rusage); in wait_helper()
8245 result = PyStructSequence_New((PyTypeObject *)WaitidResultType); in os_waitid_impl()
8771 PyObject *value = PyStructSequence_New((PyTypeObject *)TimesResultType); in build_times_result()
11070 PyObject *v = PyStructSequence_New((PyTypeObject *)StatVFSResultType); in _pystatvfs_fromstructstatvfs()
12958 termsize = PyStructSequence_New((PyTypeObject *)TerminalSizeType); in os_get_terminal_size_impl()
Dsignalmodule.c1088 PyObject *result = PyStructSequence_New(&SiginfoType); in fill_siginfo()
Dtimemodule.c415 PyObject *v = PyStructSequence_New(&StructTimeType);
D_cursesmodule.c4431 ncurses_version = PyStructSequence_New(&NcursesVersionType); in make_ncurses_version()
/third_party/python/Objects/
Dstructseq.c40 PyStructSequence_New(PyTypeObject *type) in PyStructSequence_New() function
170 res = (PyStructSequence*) PyStructSequence_New(type); in structseq_new_impl()
Dfloatobject.c84 floatinfo = PyStructSequence_New(&FloatInfoType); in PyFloat_GetInfo()
Dlongobject.c5788 int_info = PyStructSequence_New(&Int_InfoType); in PyLong_GetInfo()
/third_party/python/Doc/c-api/
Dtuple.rst125 of the resulting type can be created with :c:func:`PyStructSequence_New`.
188 .. c:function:: PyObject* PyStructSequence_New(PyTypeObject *type)
/third_party/python/PC/
Dpython3.def552 PyStructSequence_New=python39.PyStructSequence_New
/third_party/python/Doc/data/
Drefcounts.dat2128 PyStructSequence_New:PyObject*::+1:
2129 PyStructSequence_New:PyTypeObject*:type:0: