Searched refs:structseq_new (Results 1 – 2 of 2) sorted by relevance
143 structseq_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in structseq_new() function473 structseq_new, /* tp_new */
1396 static newfunc structseq_new; variable1404 result = (PyStructSequence*)structseq_new(type, args, kwds); in statresult_new()9484 structseq_new = StatResultType.tp_new; in INITFUNC()