Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c6401 slot_tp_getattro(PyObject *self, PyObject *name) in slot_tp_getattro() function
6440 tp->tp_getattro = slot_tp_getattro; in slot_tp_getattr_hook()
6441 return slot_tp_getattro(self, name); in slot_tp_getattr_hook()
/external/python/cpython2/Objects/
Dtypeobject.c5627 slot_tp_getattro(PyObject *self, PyObject *name) function
5679 tp->tp_getattro = slot_tp_getattro;
5680 return slot_tp_getattro(self, name);