Home
last modified time | relevance | path

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

/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/cpython2/Modules/
Dposixmodule.c1396 static newfunc structseq_new; variable
1404 result = (PyStructSequence*)structseq_new(type, args, kwds); in statresult_new()
9484 structseq_new = StatResultType.tp_new; in INITFUNC()