Home
last modified time | relevance | path

Searched refs:PyObject_GenericGetAttr (Results 1 - 25 of 69) sorted by relevance

123

/third_party/python/Objects/
H A Diterobject.c161 PyObject_GenericGetAttr, /* tp_getattro */
285 PyObject_GenericGetAttr, /* tp_getattro */
482 PyObject_GenericGetAttr, /* tp_getattro */
H A Ddescrobject.c727 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 Dcellobject.c174 PyObject_GenericGetAttr, /* tp_getattro */
H A Dgenobject.c857 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 Denumobject.c307 PyObject_GenericGetAttr, /* tp_getattro */
520 PyObject_GenericGetAttr, /* tp_getattro */
H A Dsliceobject.c67 PyObject_GenericGetAttr, /* tp_getattro */
649 PyObject_GenericGetAttr, /* tp_getattro */
H A Drangeobject.c733 PyObject_GenericGetAttr, /* tp_getattro */
869 PyObject_GenericGetAttr, /* tp_getattro */
1064 PyObject_GenericGetAttr, /* tp_getattro */
H A Dnamespaceobject.c220 PyObject_GenericGetAttr, /* tp_getattro */
H A Dfileobject.c448 PyObject_GenericGetAttr, /* tp_getattro */
H A Dunionobject.c361 return PyObject_GenericGetAttr(self, name); in union_getattro()
H A Dtupleobject.c879 PyObject_GenericGetAttr, /* tp_getattro */
1131 PyObject_GenericGetAttr, /* tp_getattro */
/third_party/python/Modules/
H A Ditertoolsmodule.c158 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 Dxxmodule.c78 return PyObject_GenericGetAttr((PyObject *)self, name); in Xxo_getattro()
H A Dxxlimited.c165 return PyObject_GenericGetAttr((PyObject *)self, name); in Xxo_getattro()
H A Dxxlimited_35.c93 return PyObject_GenericGetAttr((PyObject *)self, name); in Xxo_getattro()
H A D_operator.c1180 {Py_tp_getattro, PyObject_GenericGetAttr},
1546 {Py_tp_getattro, PyObject_GenericGetAttr},
1801 {Py_tp_getattro, PyObject_GenericGetAttr},
H A D_collectionsmodule.c1639 PyObject_GenericGetAttr, /* tp_getattro */
1808 PyObject_GenericGetAttr, /* tp_getattro */
1930 PyObject_GenericGetAttr, /* tp_getattro */
2245 PyObject_GenericGetAttr, /* tp_getattro */
H A D_testmultiphase.c87 return PyObject_GenericGetAttr((PyObject *)self, name); in Example_getattro()
/third_party/python/Python/
H A Dcontext.c721 .tp_getattro = PyObject_GenericGetAttr,
1072 .tp_getattro = PyObject_GenericGetAttr,
1213 .tp_getattro = PyObject_GenericGetAttr,
1269 .tp_getattro = PyObject_GenericGetAttr,
H A DPython-tokenize.c116 {Py_tp_getattro, PyObject_GenericGetAttr},
H A Dhamt.c2612 .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.c616 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 Dmultibytecodec.c741 {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 Dunicode_format.h1087 PyObject_GenericGetAttr, /* tp_getattro */
1223 PyObject_GenericGetAttr, /* tp_getattro */
/third_party/python/Include/
H A Dobject.h296 PyAPI_FUNC(PyObject *) PyObject_GenericGetAttr(PyObject *, PyObject *);

Completed in 38 milliseconds

123