Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c7533 slot_tp_getattr_hook(PyObject *self, PyObject *name) in slot_tp_getattr_hook() function
7920 TPSLOT("__getattribute__", tp_getattro, slot_tp_getattr_hook,
7923 TPSLOT("__getattr__", tp_getattro, slot_tp_getattr_hook, NULL, ""),
/third_party/python/Doc/howto/
Ddescriptor.rst707 "Emulate slot_tp_getattr_hook() in Objects/typeobject.c"
/third_party/python/Tools/c-analyzer/
DTODO458 Objects/typeobject.c:slot_tp_getattr_hook():PyId___getattr__ _Py_IDENTIFIER(__getattr__)
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1952 Objects/typeobject.c slot_tp_getattr_hook PyId___getattr__ -