Home | History | Annotate | Download | only in Objects

Lines Matching refs:slot_tp_getattr_hook

5620    - slot_tp_getattr_hook() is used when a __getattr__ hook is present.
5622 The code in update_one_slot() always installs slot_tp_getattr_hook(); this
5653 slot_tp_getattr_hook(PyObject *self, PyObject *name)
6054 TPSLOT("__getattribute__", tp_getattro, slot_tp_getattr_hook,
6056 TPSLOT("__getattr__", tp_getattro, slot_tp_getattr_hook, NULL, ""),