Searched refs:structseq_new (Results 1 – 6 of 6) 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 | 328 structseq_new, /* tp_new */
|
/external/python/cpython3/Tools/c-globals/ |
D | ignored-globals.txt | 125 structseq_new
|
/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 | 1939 static newfunc structseq_new; variable 1947 result = (PyStructSequence*)structseq_new(type, args, kwds); in statresult_new() 13487 structseq_new = StatResultType.tp_new; in INITFUNC()
|