Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dclassobject.c.h31 method_new_impl(PyTypeObject *type, PyObject *function, PyObject *instance);
50 return_value = method_new_impl(type, function, instance); in method_new()
/external/python/cpython3/Objects/
Dclassobject.c220 method_new_impl(PyTypeObject *type, PyObject *function, PyObject *instance) in method_new_impl() function