Searched refs:enum_new_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | enumobject.c.h | 27 enum_new_impl(PyTypeObject *type, PyObject *iterable, PyObject *start); 75 return_value = enum_new_impl(type, iterable, start); in enum_new()
|
/external/python/cpython3/Objects/ |
D | enumobject.c | 45 enum_new_impl(PyTypeObject *type, PyObject *iterable, PyObject *start) in enum_new_impl() function 123 return enum_new_impl(tp, args[1], args[0]); in enumerate_vectorcall() 131 return enum_new_impl(tp, args[0], args[1]); in enumerate_vectorcall() 138 return enum_new_impl(tp, args[0], NULL); in enumerate_vectorcall()
|