Searched refs:PyObject_GenericGetAttr (Results 1 – 25 of 152) sorted by relevance
1234567
/external/python/cpython2/Modules/ |
D | itertoolsmodule.c | 160 PyObject_GenericGetAttr, /* tp_getattro */ 274 PyObject_GenericGetAttr, /* tp_getattro */ 444 PyObject_GenericGetAttr, /* tp_getattro */ 798 PyObject_GenericGetAttr, /* tp_getattro */ 942 PyObject_GenericGetAttr, /* tp_getattro */ 1082 PyObject_GenericGetAttr, /* tp_getattro */ 1285 PyObject_GenericGetAttr, /* tp_getattro */ 1416 PyObject_GenericGetAttr, /* tp_getattro */ 1595 PyObject_GenericGetAttr, /* tp_getattro */ 1767 PyObject_GenericGetAttr, /* tp_getattro */ [all …]
|
D | operator.c | 566 PyObject_GenericGetAttr, /* tp_getattro */ 750 PyObject_GenericGetAttr, /* tp_getattro */ 882 PyObject_GenericGetAttr, /* tp_getattro */
|
/external/python/cpython2/Objects/ |
D | descrobject.c | 440 PyObject_GenericGetAttr, /* tp_getattro */ 478 PyObject_GenericGetAttr, /* tp_getattro */ 515 PyObject_GenericGetAttr, /* tp_getattro */ 552 PyObject_GenericGetAttr, /* tp_getattro */ 589 PyObject_GenericGetAttr, /* tp_getattro */ 893 PyObject_GenericGetAttr, /* tp_getattro */ 1074 PyObject_GenericGetAttr, /* tp_getattro */ 1415 PyObject_GenericGetAttr, /* tp_getattro */
|
D | iterobject.c | 119 PyObject_GenericGetAttr, /* tp_getattro */ 223 PyObject_GenericGetAttr, /* tp_getattro */
|
D | rangeobject.c | 202 PyObject_GenericGetAttr, /* tp_getattro */ 275 PyObject_GenericGetAttr, /* tp_getattro */
|
D | sliceobject.c | 42 PyObject_GenericGetAttr, /* tp_getattro */ 392 PyObject_GenericGetAttr, /* tp_getattro */
|
D | enumobject.c | 194 PyObject_GenericGetAttr, /* tp_getattro */ 363 PyObject_GenericGetAttr, /* tp_getattro */
|
D | cellobject.c | 131 PyObject_GenericGetAttr, /* tp_getattro */
|
D | funcobject.c | 561 PyObject_GenericGetAttr, /* tp_getattro */ 709 PyObject_GenericGetAttr, /* tp_getattro */ 861 PyObject_GenericGetAttr, /* tp_getattro */
|
D | moduleobject.c | 238 PyObject_GenericGetAttr, /* tp_getattro */
|
/external/python/cpython3/Objects/ |
D | descrobject.c | 550 PyObject_GenericGetAttr, /* tp_getattro */ 588 PyObject_GenericGetAttr, /* tp_getattro */ 625 PyObject_GenericGetAttr, /* tp_getattro */ 662 PyObject_GenericGetAttr, /* tp_getattro */ 699 PyObject_GenericGetAttr, /* tp_getattro */ 1178 PyObject_GenericGetAttr, /* tp_getattro */ 1597 PyObject_GenericGetAttr, /* tp_getattro */ 1639 PyObject_GenericGetAttr, /* tp_getattro */
|
D | iterobject.c | 156 PyObject_GenericGetAttr, /* tp_getattro */ 275 PyObject_GenericGetAttr, /* tp_getattro */
|
D | genobject.c | 741 PyObject_GenericGetAttr, /* tp_getattro */ 998 PyObject_GenericGetAttr, /* tp_getattro */ 1096 PyObject_GenericGetAttr, /* tp_getattro */ 1395 PyObject_GenericGetAttr, /* tp_getattro */ 1627 PyObject_GenericGetAttr, /* tp_getattro */ 1724 PyObject_GenericGetAttr, /* tp_getattro */ 1981 PyObject_GenericGetAttr, /* tp_getattro */
|
D | enumobject.c | 225 PyObject_GenericGetAttr, /* tp_getattro */ 422 PyObject_GenericGetAttr, /* tp_getattro */
|
D | cellobject.c | 144 PyObject_GenericGetAttr, /* tp_getattro */
|
D | sliceobject.c | 66 PyObject_GenericGetAttr, /* tp_getattro */ 638 PyObject_GenericGetAttr, /* tp_getattro */
|
D | namespaceobject.c | 218 PyObject_GenericGetAttr, /* tp_getattro */
|
/external/python/cpython3/Modules/ |
D | itertoolsmodule.c | 212 PyObject_GenericGetAttr, /* tp_getattro */ 356 PyObject_GenericGetAttr, /* tp_getattro */ 597 PyObject_GenericGetAttr, /* tp_getattro */ 1050 PyObject_GenericGetAttr, /* tp_getattro */ 1218 PyObject_GenericGetAttr, /* tp_getattro */ 1382 PyObject_GenericGetAttr, /* tp_getattro */ 1641 PyObject_GenericGetAttr, /* tp_getattro */ 1785 PyObject_GenericGetAttr, /* tp_getattro */ 2004 PyObject_GenericGetAttr, /* tp_getattro */ 2362 PyObject_GenericGetAttr, /* tp_getattro */ [all …]
|
D | xxmodule.c | 75 return PyObject_GenericGetAttr((PyObject *)self, name); in Xxo_getattro()
|
/external/python/cpython2/Mac/Modules/carbonevt/ |
D | _CarbonEvtmodule.c | 425 PyObject_GenericGetAttr, /*tp_getattro*/ 646 PyObject_GenericGetAttr, /*tp_getattro*/ 776 PyObject_GenericGetAttr, /*tp_getattro*/ 924 PyObject_GenericGetAttr, /*tp_getattro*/ 1116 PyObject_GenericGetAttr, /*tp_getattro*/ 1249 PyObject_GenericGetAttr, /*tp_getattro*/ 1404 PyObject_GenericGetAttr, /*tp_getattro*/ 1534 PyObject_GenericGetAttr, /*tp_getattro*/
|
/external/python/cpython3/Python/ |
D | context.c | 666 .tp_getattro = PyObject_GenericGetAttr, 1003 .tp_getattro = PyObject_GenericGetAttr, 1137 .tp_getattro = PyObject_GenericGetAttr, 1193 .tp_getattro = PyObject_GenericGetAttr,
|
/external/python/cpython3/PC/ |
D | _msi.c | 505 PyObject_GenericGetAttr,/*tp_getattro*/ 691 PyObject_GenericGetAttr,/*tp_getattro*/ 840 PyObject_GenericGetAttr,/*tp_getattro*/ 958 PyObject_GenericGetAttr,/*tp_getattro*/
|
/external/python/cpython2/PC/ |
D | _msi.c | 489 PyObject_GenericGetAttr,/*tp_getattro*/ 658 PyObject_GenericGetAttr,/*tp_getattro*/ 806 PyObject_GenericGetAttr,/*tp_getattro*/ 923 PyObject_GenericGetAttr,/*tp_getattro*/
|
/external/python/cpython3/Modules/cjkcodecs/ |
D | multibytecodec.c | 725 PyObject_GenericGetAttr, /* tp_getattro */ 1012 PyObject_GenericGetAttr, /* tp_getattro */ 1230 PyObject_GenericGetAttr, /* tp_getattro */ 1577 PyObject_GenericGetAttr, /* tp_getattro */ 1823 PyObject_GenericGetAttr, /* tp_getattro */
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | multibytecodec.c | 710 PyObject_GenericGetAttr, /* tp_getattro */ 995 PyObject_GenericGetAttr, /* tp_getattro */ 1204 PyObject_GenericGetAttr, /* tp_getattro */ 1524 PyObject_GenericGetAttr, /* tp_getattro */ 1746 PyObject_GenericGetAttr, /* tp_getattro */
|
1234567