Home
last modified time | relevance | path

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

1234

/third_party/python/Objects/
Diterobject.c157 PyObject_GenericGetAttr, /* tp_getattro */
276 PyObject_GenericGetAttr, /* tp_getattro */
473 PyObject_GenericGetAttr, /* tp_getattro */
Ddescrobject.c707 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 */
Dgenobject.c795 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 */
Denumobject.c239 PyObject_GenericGetAttr, /* tp_getattro */
454 PyObject_GenericGetAttr, /* tp_getattro */
Dcellobject.c174 PyObject_GenericGetAttr, /* tp_getattro */
Dsliceobject.c67 PyObject_GenericGetAttr, /* tp_getattro */
648 PyObject_GenericGetAttr, /* tp_getattro */
Dnamespaceobject.c219 PyObject_GenericGetAttr, /* tp_getattro */
Drangeobject.c735 PyObject_GenericGetAttr, /* tp_getattro */
871 PyObject_GenericGetAttr, /* tp_getattro */
1066 PyObject_GenericGetAttr, /* tp_getattro */
Dfileobject.c484 PyObject_GenericGetAttr, /* tp_getattro */
Dtupleobject.c916 PyObject_GenericGetAttr, /* tp_getattro */
1169 PyObject_GenericGetAttr, /* tp_getattro */
Dobject.c956 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
Ddictobject.c3551 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 */
Dunionobject.c444 return PyObject_GenericGetAttr(self, name); in union_getattro()
/third_party/python/Modules/
Ditertoolsmodule.c159 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 …]
Dxxmodule.c78 return PyObject_GenericGetAttr((PyObject *)self, name); in Xxo_getattro()
Dxxlimited_35.c93 return PyObject_GenericGetAttr((PyObject *)self, name); in Xxo_getattro()
Dxxlimited.c148 return PyObject_GenericGetAttr((PyObject *)self, name); in Xxo_getattro()
D_operator.c1127 {Py_tp_getattro, PyObject_GenericGetAttr},
1459 {Py_tp_getattro, PyObject_GenericGetAttr},
1715 {Py_tp_getattro, PyObject_GenericGetAttr},
D_collectionsmodule.c1662 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.c616 PyObject_GenericGetAttr,/*tp_getattro*/
836 PyObject_GenericGetAttr,/*tp_getattro*/
1014 PyObject_GenericGetAttr,/*tp_getattro*/
1147 PyObject_GenericGetAttr,/*tp_getattro*/
/third_party/python/Python/
Dcontext.c713 .tp_getattro = PyObject_GenericGetAttr,
1064 .tp_getattro = PyObject_GenericGetAttr,
1205 .tp_getattro = PyObject_GenericGetAttr,
1261 .tp_getattro = PyObject_GenericGetAttr,
Dhamt.c2603 .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/
Dmultibytecodec.c742 {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/
Dunicode_format.h1085 PyObject_GenericGetAttr, /* tp_getattro */
1221 PyObject_GenericGetAttr, /* tp_getattro */
/third_party/python/Include/
Dobject.h278 PyAPI_FUNC(PyObject *) PyObject_GenericGetAttr(PyObject *, PyObject *);

1234