Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c6426 slot_tp_getattr_hook(PyObject *self, PyObject *name) in slot_tp_getattr_hook() function
6805 TPSLOT("__getattribute__", tp_getattro, slot_tp_getattr_hook,
6808 TPSLOT("__getattr__", tp_getattro, slot_tp_getattr_hook, NULL, ""),
/external/python/cpython2/Objects/
Dtypeobject.c5653 slot_tp_getattr_hook(PyObject *self, PyObject *name) function
6054 TPSLOT("__getattribute__", tp_getattro, slot_tp_getattr_hook,
6056 TPSLOT("__getattr__", tp_getattro, slot_tp_getattr_hook, NULL, ""),