Home
last modified time | relevance | path

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

/third_party/python/Include/
Dstructseq.h32 PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
/third_party/python/Python/
Dthread.c207 threadinfo = PyStructSequence_New(&ThreadInfoType); in PyThread_GetInfo()
Dsysmodule.c1306 res = PyStructSequence_New(&AsyncGenHooksType); in sys_get_asyncgen_hooks_impl()
1365 hash_info = PyStructSequence_New(&Hash_InfoType); in get_hash_info()
1476 version = PyStructSequence_New(&WindowsVersionType); in sys_getwindowsversion_impl()
2592 PyObject *flags = PyStructSequence_New(&FlagsType); in make_flags()
2635 version_info = PyStructSequence_New(&VersionInfoType); in make_version_info()
2798 emscripten_info = PyStructSequence_New(EmscriptenInfoType); in make_emscripten_info()
Derrors.c1273 PyObject *args = PyStructSequence_New(&UnraisableHookArgsType); in make_unraisable_hook_args()
/third_party/python/Modules/
Dspwdmodule.c91 PyObject *v = PyStructSequence_New(get_spwd_state(module)->StructSpwdType); in mkspent()
Dgrpmodule.c60 v = PyStructSequence_New(get_grp_state(module)->StructGrpType); in mkgrent()
Dpwdmodule.c83 PyObject *v = PyStructSequence_New(get_pwd_state(module)->StructPwdType); in mkpwent()
Dresource.c107 result = PyStructSequence_New( in resource_getrusage_impl()
Dposixmodule.c2412 PyObject *v = PyStructSequence_New((PyTypeObject *)StatResultType); in _pystat_fromstructstat()
5172 value = PyStructSequence_New((PyTypeObject *)UnameResultType); in os_uname_impl()
6936 res = PyStructSequence_New(type); in os_sched_param_impl()
7040 result = PyStructSequence_New((PyTypeObject *)SchedParamType); in os_sched_getparam_impl()
8346 result = PyStructSequence_New((PyTypeObject*) struct_rusage); in wait_helper()
8499 result = PyStructSequence_New((PyTypeObject *)WaitidResultType); in os_waitid_impl()
9025 PyObject *value = PyStructSequence_New((PyTypeObject *)TimesResultType); in build_times_result()
11381 PyObject *v = PyStructSequence_New((PyTypeObject *)StatVFSResultType); in _pystatvfs_fromstructstatvfs()
13364 termsize = PyStructSequence_New((PyTypeObject *)TerminalSizeType); in os_get_terminal_size_impl()
Dsignalmodule.c1168 PyObject *result = PyStructSequence_New(state->siginfo_type);
Dtimemodule.c438 PyObject *v = PyStructSequence_New(state->struct_time_type);
D_cursesmodule.c4594 ncurses_version = PyStructSequence_New(type); in make_ncurses_version()
/third_party/python/Objects/
Dstructseq.c51 PyStructSequence_New(PyTypeObject *type) in PyStructSequence_New() function
196 res = (PyStructSequence*) PyStructSequence_New(type); in structseq_new_impl()
Dfloatobject.c99 floatinfo = PyStructSequence_New(&FloatInfoType); in PyFloat_GetInfo()
Dlongobject.c6130 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/
Dpython3dll.c538 EXPORT_FUNC(PyStructSequence_New)
/third_party/python/Doc/data/
Dstable_abi.dat586 function,PyStructSequence_New,3.2,,
Drefcounts.dat2108 PyStructSequence_New:PyObject*::+1:
2109 PyStructSequence_New:PyTypeObject*:type:0:
/third_party/python/Misc/
Dstable_abi.toml1299 [function.PyStructSequence_New]