Home | History | Annotate | Download | only in Objects

Lines Matching refs:slot_tp_getattro

5457    - slot_tp_getattro() is used when __getattribute__ is overridden

5467 slot_tp_getattro(PyObject *self, PyObject *name)
5519 tp->tp_getattro = slot_tp_getattro;
5520 return slot_tp_getattro(self, name);