Home
last modified time | relevance | path

Searched refs:PyObject_GenericGetAttr (Results 1 – 25 of 71) sorted by relevance

123

/third_party/python/Objects/
Diterobject.c157 PyObject_GenericGetAttr, /* tp_getattro */
276 PyObject_GenericGetAttr, /* tp_getattro */
Ddescrobject.c709 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 */
Dgenobject.c745 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 */
Denumobject.c238 PyObject_GenericGetAttr, /* tp_getattro */
435 PyObject_GenericGetAttr, /* tp_getattro */
Dcellobject.c174 PyObject_GenericGetAttr, /* tp_getattro */
Dsliceobject.c66 PyObject_GenericGetAttr, /* tp_getattro */
639 PyObject_GenericGetAttr, /* tp_getattro */
Dnamespaceobject.c219 PyObject_GenericGetAttr, /* tp_getattro */
Drangeobject.c715 PyObject_GenericGetAttr, /* tp_getattro */
851 PyObject_GenericGetAttr, /* tp_getattro */
1053 PyObject_GenericGetAttr, /* tp_getattro */
Dfileobject.c496 PyObject_GenericGetAttr, /* tp_getattro */
Dtupleobject.c867 PyObject_GenericGetAttr, /* tp_getattro */
1103 PyObject_GenericGetAttr, /* tp_getattro */
Dobject.c916 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
Ddictobject.c3435 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/
Ditertoolsmodule.c256 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 …]
Dxxlimited.c91 return PyObject_GenericGetAttr((PyObject *)self, name); in Xxo_getattro()
Dxxmodule.c78 return PyObject_GenericGetAttr((PyObject *)self, name); in Xxo_getattro()
D_operator.c1114 PyObject_GenericGetAttr, /* tp_getattro */
1459 PyObject_GenericGetAttr, /* tp_getattro */
1725 PyObject_GenericGetAttr, /* tp_getattro */
D_testmultiphase.c83 return PyObject_GenericGetAttr((PyObject *)self, name); in Example_getattro()
D_asynciomodule.c1730 .tp_getattro = PyObject_GenericGetAttr,
1848 .tp_getattro = PyObject_GenericGetAttr,
1937 .tp_getattro = PyObject_GenericGetAttr,
3270 .tp_getattro = PyObject_GenericGetAttr,
D_collectionsmodule.c1640 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.c505 PyObject_GenericGetAttr,/*tp_getattro*/
694 PyObject_GenericGetAttr,/*tp_getattro*/
843 PyObject_GenericGetAttr,/*tp_getattro*/
961 PyObject_GenericGetAttr,/*tp_getattro*/
/third_party/python/Python/
Dcontext.c697 .tp_getattro = PyObject_GenericGetAttr,
1048 .tp_getattro = PyObject_GenericGetAttr,
1189 .tp_getattro = PyObject_GenericGetAttr,
1245 .tp_getattro = PyObject_GenericGetAttr,
Dhamt.c2622 .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/
Dmultibytecodec.c715 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/
Dunicode_format.h1085 PyObject_GenericGetAttr, /* tp_getattro */
1221 PyObject_GenericGetAttr, /* tp_getattro */
/third_party/python/Include/
Dobject.h254 PyAPI_FUNC(PyObject *) PyObject_GenericGetAttr(PyObject *, PyObject *);

123