Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c102 lookup_maybe_method(PyObject *self, PyObject *attr, int *unbound);
1086 mro_meth = lookup_maybe_method( in type_mro_modified()
1091 type_mro_meth = lookup_maybe_method( in type_mro_modified()
2522 lookup_maybe_method(PyObject *self, PyObject *attr, int *unbound) in lookup_maybe_method() function
2546 PyObject *res = lookup_maybe_method(self, attr, unbound); in lookup_method()
2612 PyObject *func = lookup_maybe_method(self, name, &unbound); in vectorcall_maybe()
9279 func = lookup_maybe_method(self, &_Py_ID(__contains__), &unbound); in slot_sq_contains()
9368 func = lookup_maybe_method(self, &_Py_ID(__bool__), &unbound); in SLOT0()
9374 func = lookup_maybe_method(self, &_Py_ID(__len__), &unbound); in SLOT0()
9460 func = lookup_maybe_method(self, &_Py_ID(__repr__), &unbound); in SLOT1()
[all …]