Searched refs:PyObject_GenericGetAttr (Results 1 – 25 of 76) sorted by relevance
1234
/third_party/python/Objects/ |
D | iterobject.c | 157 PyObject_GenericGetAttr, /* tp_getattro */ 276 PyObject_GenericGetAttr, /* tp_getattro */ 473 PyObject_GenericGetAttr, /* tp_getattro */
|
D | descrobject.c | 707 PyObject_GenericGetAttr, /* tp_getattro */ 747 PyObject_GenericGetAttr, /* tp_getattro */ 784 PyObject_GenericGetAttr, /* tp_getattro */ 821 PyObject_GenericGetAttr, /* tp_getattro */ 858 PyObject_GenericGetAttr, /* tp_getattro */ 1415 PyObject_GenericGetAttr, /* tp_getattro */ 1850 PyObject_GenericGetAttr, /* tp_getattro */ 1893 PyObject_GenericGetAttr, /* tp_getattro */
|
D | genobject.c | 795 PyObject_GenericGetAttr, /* tp_getattro */ 1042 PyObject_GenericGetAttr, /* tp_getattro */ 1139 PyObject_GenericGetAttr, /* tp_getattro */ 1426 PyObject_GenericGetAttr, /* tp_getattro */ 1690 PyObject_GenericGetAttr, /* tp_getattro */ 1799 PyObject_GenericGetAttr, /* tp_getattro */ 2099 PyObject_GenericGetAttr, /* tp_getattro */
|
D | enumobject.c | 239 PyObject_GenericGetAttr, /* tp_getattro */ 454 PyObject_GenericGetAttr, /* tp_getattro */
|
D | cellobject.c | 174 PyObject_GenericGetAttr, /* tp_getattro */
|
D | sliceobject.c | 67 PyObject_GenericGetAttr, /* tp_getattro */ 648 PyObject_GenericGetAttr, /* tp_getattro */
|
D | namespaceobject.c | 219 PyObject_GenericGetAttr, /* tp_getattro */
|
D | rangeobject.c | 735 PyObject_GenericGetAttr, /* tp_getattro */ 871 PyObject_GenericGetAttr, /* tp_getattro */ 1066 PyObject_GenericGetAttr, /* tp_getattro */
|
D | fileobject.c | 484 PyObject_GenericGetAttr, /* tp_getattro */
|
D | tupleobject.c | 916 PyObject_GenericGetAttr, /* tp_getattro */ 1169 PyObject_GenericGetAttr, /* tp_getattro */
|
D | object.c | 956 if (tp->tp_getattro == PyObject_GenericGetAttr) { in _PyObject_LookupAttr() 1136 if (Py_TYPE(obj)->tp_getattro != PyObject_GenericGetAttr in _PyObject_GetMethod() 1320 PyObject_GenericGetAttr(PyObject *obj, PyObject *name) in PyObject_GenericGetAttr() function
|
D | dictobject.c | 3551 PyObject_GenericGetAttr, /* tp_getattro */ 3809 PyObject_GenericGetAttr, /* tp_getattro */ 3896 PyObject_GenericGetAttr, /* tp_getattro */ 4008 PyObject_GenericGetAttr, /* tp_getattro */ 4754 PyObject_GenericGetAttr, /* tp_getattro */ 4860 PyObject_GenericGetAttr, /* tp_getattro */ 4941 PyObject_GenericGetAttr, /* tp_getattro */
|
D | unionobject.c | 444 return PyObject_GenericGetAttr(self, name); in union_getattro()
|
/third_party/python/Modules/ |
D | itertoolsmodule.c | 159 PyObject_GenericGetAttr, /* tp_getattro */ 390 PyObject_GenericGetAttr, /* tp_getattro */ 539 PyObject_GenericGetAttr, /* tp_getattro */ 792 PyObject_GenericGetAttr, /* tp_getattro */ 1243 PyObject_GenericGetAttr, /* tp_getattro */ 1408 PyObject_GenericGetAttr, /* tp_getattro */ 1568 PyObject_GenericGetAttr, /* tp_getattro */ 1827 PyObject_GenericGetAttr, /* tp_getattro */ 1966 PyObject_GenericGetAttr, /* tp_getattro */ 2189 PyObject_GenericGetAttr, /* tp_getattro */ [all …]
|
D | xxmodule.c | 78 return PyObject_GenericGetAttr((PyObject *)self, name); in Xxo_getattro()
|
D | xxlimited_35.c | 93 return PyObject_GenericGetAttr((PyObject *)self, name); in Xxo_getattro()
|
D | xxlimited.c | 148 return PyObject_GenericGetAttr((PyObject *)self, name); in Xxo_getattro()
|
D | _operator.c | 1127 {Py_tp_getattro, PyObject_GenericGetAttr}, 1459 {Py_tp_getattro, PyObject_GenericGetAttr}, 1715 {Py_tp_getattro, PyObject_GenericGetAttr},
|
D | _collectionsmodule.c | 1662 PyObject_GenericGetAttr, /* tp_getattro */ 1831 PyObject_GenericGetAttr, /* tp_getattro */ 1953 PyObject_GenericGetAttr, /* tp_getattro */ 2269 PyObject_GenericGetAttr, /* tp_getattro */
|
/third_party/python/PC/ |
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/Python/ |
D | context.c | 713 .tp_getattro = PyObject_GenericGetAttr, 1064 .tp_getattro = PyObject_GenericGetAttr, 1205 .tp_getattro = PyObject_GenericGetAttr, 1261 .tp_getattro = PyObject_GenericGetAttr,
|
D | hamt.c | 2603 .tp_getattro = PyObject_GenericGetAttr, \ 2901 .tp_getattro = PyObject_GenericGetAttr, 2921 .tp_getattro = PyObject_GenericGetAttr, 2934 .tp_getattro = PyObject_GenericGetAttr, 2947 .tp_getattro = PyObject_GenericGetAttr,
|
/third_party/python/Modules/cjkcodecs/ |
D | multibytecodec.c | 742 {Py_tp_getattro, PyObject_GenericGetAttr}, 1102 {Py_tp_getattro, PyObject_GenericGetAttr}, 1376 {Py_tp_getattro, PyObject_GenericGetAttr}, 1697 {Py_tp_getattro, PyObject_GenericGetAttr}, 1918 {Py_tp_getattro, PyObject_GenericGetAttr},
|
/third_party/python/Objects/stringlib/ |
D | unicode_format.h | 1085 PyObject_GenericGetAttr, /* tp_getattro */ 1221 PyObject_GenericGetAttr, /* tp_getattro */
|
/third_party/python/Include/ |
D | object.h | 278 PyAPI_FUNC(PyObject *) PyObject_GenericGetAttr(PyObject *, PyObject *);
|
1234