Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dstructseq.c.h6 structseq_new_impl(PyTypeObject *type, PyObject *arg, PyObject *dict);
21 return_value = structseq_new_impl(type, arg, dict); in structseq_new()
/external/python/cpython3/Objects/
Dstructseq.c88 structseq_new_impl(PyTypeObject *type, PyObject *arg, PyObject *dict) in structseq_new_impl() function