Searched refs:structseq_new (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | structseq.c.h | 9 structseq_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in structseq_new() function
|
/external/python/cpython2/Objects/ |
D | structseq.c | 143 structseq_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in structseq_new() function 473 structseq_new, /* tp_new */
|
/external/python/cpython3/Objects/ |
D | structseq.c | 493 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/ |
D | posixmodule.c | 1402 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/ |
D | posixmodule.c | 2270 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/ |
D | ignored.tsv | 1443 Objects/clinic/structseq.c.h structseq_new _parser - 2793 Modules/posixmodule.c - structseq_new -
|
/external/python/cpython3/Tools/c-analyzer/ |
D | TODO | 1052 Objects/clinic/structseq.c.h:structseq_new():_parser static _PyArg_Parser _parser
|