Searched refs:PyObject_GenericGetAttr (Results 1 – 25 of 71) sorted by relevance
123
/third_party/python/Objects/ |
D | iterobject.c | 157 PyObject_GenericGetAttr, /* tp_getattro */ 276 PyObject_GenericGetAttr, /* tp_getattro */
|
D | descrobject.c | 709 PyObject_GenericGetAttr, /* tp_getattro */ 749 PyObject_GenericGetAttr, /* tp_getattro */ 786 PyObject_GenericGetAttr, /* tp_getattro */ 823 PyObject_GenericGetAttr, /* tp_getattro */ 860 PyObject_GenericGetAttr, /* tp_getattro */ 1412 PyObject_GenericGetAttr, /* tp_getattro */ 1803 PyObject_GenericGetAttr, /* tp_getattro */ 1845 PyObject_GenericGetAttr, /* tp_getattro */
|
D | genobject.c | 745 PyObject_GenericGetAttr, /* tp_getattro */ 983 PyObject_GenericGetAttr, /* tp_getattro */ 1080 PyObject_GenericGetAttr, /* tp_getattro */ 1382 PyObject_GenericGetAttr, /* tp_getattro */ 1624 PyObject_GenericGetAttr, /* tp_getattro */ 1721 PyObject_GenericGetAttr, /* tp_getattro */ 2014 PyObject_GenericGetAttr, /* tp_getattro */
|
D | enumobject.c | 238 PyObject_GenericGetAttr, /* tp_getattro */ 435 PyObject_GenericGetAttr, /* tp_getattro */
|
D | cellobject.c | 174 PyObject_GenericGetAttr, /* tp_getattro */
|
D | sliceobject.c | 66 PyObject_GenericGetAttr, /* tp_getattro */ 639 PyObject_GenericGetAttr, /* tp_getattro */
|
D | namespaceobject.c | 219 PyObject_GenericGetAttr, /* tp_getattro */
|
D | rangeobject.c | 715 PyObject_GenericGetAttr, /* tp_getattro */ 851 PyObject_GenericGetAttr, /* tp_getattro */ 1053 PyObject_GenericGetAttr, /* tp_getattro */
|
D | fileobject.c | 496 PyObject_GenericGetAttr, /* tp_getattro */
|
D | tupleobject.c | 867 PyObject_GenericGetAttr, /* tp_getattro */ 1103 PyObject_GenericGetAttr, /* tp_getattro */
|
D | object.c | 916 if (tp->tp_getattro == PyObject_GenericGetAttr) { in _PyObject_LookupAttr() 1096 if (Py_TYPE(obj)->tp_getattro != PyObject_GenericGetAttr in _PyObject_GetMethod() 1278 PyObject_GenericGetAttr(PyObject *obj, PyObject *name) in PyObject_GenericGetAttr() function
|
D | dictobject.c | 3435 PyObject_GenericGetAttr, /* tp_getattro */ 3704 PyObject_GenericGetAttr, /* tp_getattro */ 3791 PyObject_GenericGetAttr, /* tp_getattro */ 3903 PyObject_GenericGetAttr, /* tp_getattro */ 4543 PyObject_GenericGetAttr, /* tp_getattro */ 4649 PyObject_GenericGetAttr, /* tp_getattro */ 4730 PyObject_GenericGetAttr, /* tp_getattro */
|
/third_party/python/Modules/ |
D | itertoolsmodule.c | 256 PyObject_GenericGetAttr, /* tp_getattro */ 405 PyObject_GenericGetAttr, /* tp_getattro */ 658 PyObject_GenericGetAttr, /* tp_getattro */ 1109 PyObject_GenericGetAttr, /* tp_getattro */ 1274 PyObject_GenericGetAttr, /* tp_getattro */ 1434 PyObject_GenericGetAttr, /* tp_getattro */ 1693 PyObject_GenericGetAttr, /* tp_getattro */ 1832 PyObject_GenericGetAttr, /* tp_getattro */ 2055 PyObject_GenericGetAttr, /* tp_getattro */ 2413 PyObject_GenericGetAttr, /* tp_getattro */ [all …]
|
D | xxlimited.c | 91 return PyObject_GenericGetAttr((PyObject *)self, name); in Xxo_getattro()
|
D | xxmodule.c | 78 return PyObject_GenericGetAttr((PyObject *)self, name); in Xxo_getattro()
|
D | _operator.c | 1114 PyObject_GenericGetAttr, /* tp_getattro */ 1459 PyObject_GenericGetAttr, /* tp_getattro */ 1725 PyObject_GenericGetAttr, /* tp_getattro */
|
D | _testmultiphase.c | 83 return PyObject_GenericGetAttr((PyObject *)self, name); in Example_getattro()
|
D | _asynciomodule.c | 1730 .tp_getattro = PyObject_GenericGetAttr, 1848 .tp_getattro = PyObject_GenericGetAttr, 1937 .tp_getattro = PyObject_GenericGetAttr, 3270 .tp_getattro = PyObject_GenericGetAttr,
|
D | _collectionsmodule.c | 1640 PyObject_GenericGetAttr, /* tp_getattro */ 1808 PyObject_GenericGetAttr, /* tp_getattro */ 1930 PyObject_GenericGetAttr, /* tp_getattro */ 2246 PyObject_GenericGetAttr, /* tp_getattro */
|
/third_party/python/PC/ |
D | _msi.c | 505 PyObject_GenericGetAttr,/*tp_getattro*/ 694 PyObject_GenericGetAttr,/*tp_getattro*/ 843 PyObject_GenericGetAttr,/*tp_getattro*/ 961 PyObject_GenericGetAttr,/*tp_getattro*/
|
/third_party/python/Python/ |
D | context.c | 697 .tp_getattro = PyObject_GenericGetAttr, 1048 .tp_getattro = PyObject_GenericGetAttr, 1189 .tp_getattro = PyObject_GenericGetAttr, 1245 .tp_getattro = PyObject_GenericGetAttr,
|
D | hamt.c | 2622 .tp_getattro = PyObject_GenericGetAttr, \ 2920 .tp_getattro = PyObject_GenericGetAttr, 2940 .tp_getattro = PyObject_GenericGetAttr, 2953 .tp_getattro = PyObject_GenericGetAttr, 2966 .tp_getattro = PyObject_GenericGetAttr,
|
/third_party/python/Modules/cjkcodecs/ |
D | multibytecodec.c | 715 PyObject_GenericGetAttr, /* tp_getattro */ 1092 PyObject_GenericGetAttr, /* tp_getattro */ 1391 PyObject_GenericGetAttr, /* tp_getattro */ 1738 PyObject_GenericGetAttr, /* tp_getattro */ 1984 PyObject_GenericGetAttr, /* tp_getattro */
|
/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 | 254 PyAPI_FUNC(PyObject *) PyObject_GenericGetAttr(PyObject *, PyObject *);
|
123