Searched refs:lookup_method (Results 1 – 1 of 1) sorted by relevance
2544 lookup_method(PyObject *self, PyObject *attr, int *unbound) in lookup_method() function2593 PyObject *func = lookup_method(self, name, &unbound); in vectorcall_method()3005 PyObject *mro_meth = lookup_method( in mro_invoke()9526 PyObject *meth = lookup_method(self, &_Py_ID(__call__), &unbound); in slot_tp_call()9772 PyObject *meth = lookup_method(self, &_Py_ID(__init__), &unbound); in slot_tp_init()