Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/howto/
Ddescriptor.rst126 The implementation details are in :c:func:`super_getattro()` in
/external/python/cpython2/Doc/howto/
Ddescriptor.rst134 in :c:func:`super_getattro()` in :source:`Objects/typeobject.c`.
/external/python/cpython3/Objects/
Dtypeobject.c7494 super_getattro(PyObject *self, PyObject *name) in super_getattro() function
7812 super_getattro, /* tp_getattro */
/external/python/cpython2/Objects/
Dtypeobject.c6657 super_getattro(PyObject *self, PyObject *name) function
6888 super_getattro, /* tp_getattro */