/third_party/python/Objects/ |
H A D | iterobject.c | 161 PyObject_GenericGetAttr, /* tp_getattro */ 285 PyObject_GenericGetAttr, /* tp_getattro */ 482 PyObject_GenericGetAttr, /* tp_getattro */
|
H A D | descrobject.c | 727 PyObject_GenericGetAttr, /* tp_getattro */ 767 PyObject_GenericGetAttr, /* tp_getattro */ 804 PyObject_GenericGetAttr, /* tp_getattro */ 841 PyObject_GenericGetAttr, /* tp_getattro */ 878 PyObject_GenericGetAttr, /* tp_getattro */ 1429 PyObject_GenericGetAttr, /* tp_getattro */ 1899 PyObject_GenericGetAttr, /* tp_getattro */ 1942 PyObject_GenericGetAttr, /* tp_getattro */
|
H A D | cellobject.c | 174 PyObject_GenericGetAttr, /* tp_getattro */
|
H A D | genobject.c | 857 PyObject_GenericGetAttr, /* tp_getattro */ 1204 PyObject_GenericGetAttr, /* tp_getattro */ 1302 PyObject_GenericGetAttr, /* tp_getattro */ 1595 PyObject_GenericGetAttr, /* tp_getattro */ 1866 PyObject_GenericGetAttr, /* tp_getattro */ 1982 PyObject_GenericGetAttr, /* tp_getattro */ 2286 PyObject_GenericGetAttr, /* tp_getattro */
|
H A D | enumobject.c | 307 PyObject_GenericGetAttr, /* tp_getattro */ 520 PyObject_GenericGetAttr, /* tp_getattro */
|
H A D | sliceobject.c | 67 PyObject_GenericGetAttr, /* tp_getattro */ 649 PyObject_GenericGetAttr, /* tp_getattro */
|
H A D | rangeobject.c | 733 PyObject_GenericGetAttr, /* tp_getattro */ 869 PyObject_GenericGetAttr, /* tp_getattro */ 1064 PyObject_GenericGetAttr, /* tp_getattro */
|
H A D | namespaceobject.c | 220 PyObject_GenericGetAttr, /* tp_getattro */
|
H A D | fileobject.c | 448 PyObject_GenericGetAttr, /* tp_getattro */
|
H A D | unionobject.c | 361 return PyObject_GenericGetAttr(self, name); in union_getattro()
|
H A D | tupleobject.c | 879 PyObject_GenericGetAttr, /* tp_getattro */ 1131 PyObject_GenericGetAttr, /* tp_getattro */
|
/third_party/python/Modules/ |
H A D | itertoolsmodule.c | 158 PyObject_GenericGetAttr, /* tp_getattro */ 389 PyObject_GenericGetAttr, /* tp_getattro */ 537 PyObject_GenericGetAttr, /* tp_getattro */ 790 PyObject_GenericGetAttr, /* tp_getattro */ 1240 PyObject_GenericGetAttr, /* tp_getattro */ 1405 PyObject_GenericGetAttr, /* tp_getattro */ 1565 PyObject_GenericGetAttr, /* tp_getattro */ 1825 PyObject_GenericGetAttr, /* tp_getattro */ 1964 PyObject_GenericGetAttr, /* tp_getattro */ 2188 PyObject_GenericGetAttr, /* tp_getattr [all...] |
H A D | xxmodule.c | 78 return PyObject_GenericGetAttr((PyObject *)self, name); in Xxo_getattro()
|
H A D | xxlimited.c | 165 return PyObject_GenericGetAttr((PyObject *)self, name); in Xxo_getattro()
|
H A D | xxlimited_35.c | 93 return PyObject_GenericGetAttr((PyObject *)self, name); in Xxo_getattro()
|
H A D | _operator.c | 1180 {Py_tp_getattro, PyObject_GenericGetAttr}, 1546 {Py_tp_getattro, PyObject_GenericGetAttr}, 1801 {Py_tp_getattro, PyObject_GenericGetAttr},
|
H A D | _collectionsmodule.c | 1639 PyObject_GenericGetAttr, /* tp_getattro */ 1808 PyObject_GenericGetAttr, /* tp_getattro */ 1930 PyObject_GenericGetAttr, /* tp_getattro */ 2245 PyObject_GenericGetAttr, /* tp_getattro */
|
H A D | _testmultiphase.c | 87 return PyObject_GenericGetAttr((PyObject *)self, name); in Example_getattro()
|
/third_party/python/Python/ |
H A D | context.c | 721 .tp_getattro = PyObject_GenericGetAttr, 1072 .tp_getattro = PyObject_GenericGetAttr, 1213 .tp_getattro = PyObject_GenericGetAttr, 1269 .tp_getattro = PyObject_GenericGetAttr,
|
H A D | Python-tokenize.c | 116 {Py_tp_getattro, PyObject_GenericGetAttr},
|
H A D | hamt.c | 2612 .tp_getattro = PyObject_GenericGetAttr, \ 2910 .tp_getattro = PyObject_GenericGetAttr, 2930 .tp_getattro = PyObject_GenericGetAttr, 2943 .tp_getattro = PyObject_GenericGetAttr, 2956 .tp_getattro = PyObject_GenericGetAttr,
|
/third_party/python/PC/ |
H A D | _msi.c | 616 PyObject_GenericGetAttr,/*tp_getattro*/ 836 PyObject_GenericGetAttr,/*tp_getattro*/ 1014 PyObject_GenericGetAttr,/*tp_getattro*/ 1147 PyObject_GenericGetAttr,/*tp_getattro*/
|
/third_party/python/Modules/cjkcodecs/ |
H A D | multibytecodec.c | 741 {Py_tp_getattro, PyObject_GenericGetAttr}, 1101 {Py_tp_getattro, PyObject_GenericGetAttr}, 1375 {Py_tp_getattro, PyObject_GenericGetAttr}, 1696 {Py_tp_getattro, PyObject_GenericGetAttr}, 1934 {Py_tp_getattro, PyObject_GenericGetAttr},
|
/third_party/python/Objects/stringlib/ |
H A D | unicode_format.h | 1087 PyObject_GenericGetAttr, /* tp_getattro */ 1223 PyObject_GenericGetAttr, /* tp_getattro */
|
/third_party/python/Include/ |
H A D | object.h | 296 PyAPI_FUNC(PyObject *) PyObject_GenericGetAttr(PyObject *, PyObject *);
|