Home
last modified time | relevance | path

Searched refs:structseq_new (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Objects/clinic/
Dstructseq.c.h9 structseq_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in structseq_new() function
/external/python/cpython2/Objects/
Dstructseq.c143 structseq_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in structseq_new() function
473 structseq_new, /* tp_new */
/external/python/cpython3/Objects/
Dstructseq.c493 type->tp_new = structseq_new; in _PyStructSequence_InitType()
557 slots[4] = (PyType_Slot){Py_tp_new, structseq_new}; in PyStructSequence_NewType()
/external/python/cpython2/Modules/
Dposixmodule.c1402 static newfunc structseq_new; variable
1410 result = (PyStructSequence*)structseq_new(type, args, kwds); in statresult_new()
9518 structseq_new = StatResultType.tp_new; in INITFUNC()
/external/python/cpython3/Modules/
Dposixmodule.c2270 static newfunc structseq_new; variable
2278 result = (PyStructSequence*)structseq_new(type, args, kwds); in statresult_new()
15687 structseq_new = ((PyTypeObject *)StatResultType)->tp_new; in posixmodule_exec()
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv1443 Objects/clinic/structseq.c.h structseq_new _parser -
2793 Modules/posixmodule.c - structseq_new -
/external/python/cpython3/Tools/c-analyzer/
DTODO1052 Objects/clinic/structseq.c.h:structseq_new():_parser static _PyArg_Parser _parser