Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/howto/
Ddescriptor.rst134 in :c:func:`super_getattro()` in :source:`Objects/typeobject.c`.
/external/python/cpython2/Objects/
Dtypeobject.c6657 super_getattro(PyObject *self, PyObject *name) function
6888 super_getattro, /* tp_getattro */
/external/python/cpython3/Objects/
Dtypeobject.c8695 super_getattro(PyObject *self, PyObject *name) in super_getattro() function
9032 super_getattro, /* tp_getattro */
/external/python/cpython3/Doc/howto/
Ddescriptor.rst777 The full C implementation can be found in :c:func:`super_getattro()` in