Searched refs:slot_tp_getattro (Results 1 – 2 of 2) sorted by relevance
6401 slot_tp_getattro(PyObject *self, PyObject *name) in slot_tp_getattro() function6440 tp->tp_getattro = slot_tp_getattro; in slot_tp_getattr_hook()6441 return slot_tp_getattro(self, name); in slot_tp_getattr_hook()
5627 slot_tp_getattro(PyObject *self, PyObject *name) function5679 tp->tp_getattro = slot_tp_getattro;5680 return slot_tp_getattro(self, name);