Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Denumobject.c.h21 enum_new_impl(PyTypeObject *type, PyObject *iterable, PyObject *start);
46 return_value = enum_new_impl(type, iterable, start); in enum_new()
/external/python/cpython3/Objects/
Denumobject.c40 enum_new_impl(PyTypeObject *type, PyObject *iterable, PyObject *start) in enum_new_impl() function