Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dstructseq.c.h6 structseq_new_impl(PyTypeObject *type, PyObject *arg, PyObject *dict);
31 return_value = structseq_new_impl(type, arg, dict); in structseq_new()
/third_party/python/Objects/
Dstructseq.c139 structseq_new_impl(PyTypeObject *type, PyObject *arg, PyObject *dict) in structseq_new_impl() function