Home
last modified time | relevance | path

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