Searched refs:method_new_impl (Results 1 – 2 of 2) sorted by relevance
31 method_new_impl(PyTypeObject *type, PyObject *function, PyObject *instance);50 return_value = method_new_impl(type, function, instance); in method_new()
220 method_new_impl(PyTypeObject *type, PyObject *function, PyObject *instance) in method_new_impl() function