Searched refs:PyObject_SelfIter (Results 1 – 25 of 52) sorted by relevance
123
/external/python/cpython2/Modules/ |
D | itertoolsmodule.c | 170 PyObject_SelfIter, /* tp_iter */ 283 PyObject_SelfIter, /* tp_iter */ 610 PyObject_SelfIter, /* tp_iter */ 808 PyObject_SelfIter, /* tp_iter */ 952 PyObject_SelfIter, /* tp_iter */ 1092 PyObject_SelfIter, /* tp_iter */ 1295 PyObject_SelfIter, /* tp_iter */ 1426 PyObject_SelfIter, /* tp_iter */ 1605 PyObject_SelfIter, /* tp_iter */ 1777 PyObject_SelfIter, /* tp_iter */ [all …]
|
D | cStringIO.c | 574 PyObject_SelfIter, /*tp_iter */ 673 PyObject_SelfIter, /* tp_iter */
|
D | _collectionsmodule.c | 1358 PyObject_SelfIter, /* tp_iter */ 1441 PyObject_SelfIter, /* tp_iter */
|
/external/python/cpython2/Objects/ |
D | iterobject.c | 128 PyObject_SelfIter, /* tp_iter */ 232 PyObject_SelfIter, /* tp_iter */
|
D | enumobject.c | 204 PyObject_SelfIter, /* tp_iter */ 373 PyObject_SelfIter, /* tp_iter */
|
D | rangeobject.c | 284 PyObject_SelfIter, /* tp_iter */
|
D | genobject.c | 358 PyObject_SelfIter, /* tp_iter */
|
D | dictobject.c | 2677 PyObject_SelfIter, /* tp_iter */ 2749 PyObject_SelfIter, /* tp_iter */ 2840 PyObject_SelfIter, /* tp_iter */
|
D | tupleobject.c | 1014 PyObject_SelfIter, /* tp_iter */
|
/external/python/cpython3/Objects/ |
D | iterobject.c | 165 PyObject_SelfIter, /* tp_iter */ 284 PyObject_SelfIter, /* tp_iter */
|
D | genobject.c | 751 PyObject_SelfIter, /* tp_iter */ 1105 PyObject_SelfIter, /* tp_iter */ 1372 PyObject_SelfIter, /* am_aiter */ 1603 PyObject_SelfIter, /* am_await */ 1636 PyObject_SelfIter, /* tp_iter */ 1957 PyObject_SelfIter, /* am_await */ 1990 PyObject_SelfIter, /* tp_iter */
|
D | enumobject.c | 235 PyObject_SelfIter, /* tp_iter */ 432 PyObject_SelfIter, /* tp_iter */
|
D | rangeobject.c | 826 PyObject_SelfIter, /* tp_iter */ 1027 PyObject_SelfIter, /* tp_iter */
|
D | tupleobject.c | 1065 PyObject_SelfIter, /* tp_iter */
|
/external/python/cpython3/Modules/ |
D | itertoolsmodule.c | 222 PyObject_SelfIter, /* tp_iter */ 365 PyObject_SelfIter, /* tp_iter */ 793 PyObject_SelfIter, /* tp_iter */ 1060 PyObject_SelfIter, /* tp_iter */ 1228 PyObject_SelfIter, /* tp_iter */ 1392 PyObject_SelfIter, /* tp_iter */ 1651 PyObject_SelfIter, /* tp_iter */ 1795 PyObject_SelfIter, /* tp_iter */ 2014 PyObject_SelfIter, /* tp_iter */ 2372 PyObject_SelfIter, /* tp_iter */ [all …]
|
/external/python/cpython2/Objects/stringlib/ |
D | string_format.h | 1174 PyObject_SelfIter, /* tp_iter */ 1307 PyObject_SelfIter, /* tp_iter */
|
/external/python/cpython3/Objects/stringlib/ |
D | unicode_format.h | 1089 PyObject_SelfIter, /* tp_iter */ 1225 PyObject_SelfIter, /* tp_iter */
|
/external/python/cpython3/Python/ |
D | bltinmodule.c | 668 PyObject_SelfIter, /* tp_iter */ 1392 PyObject_SelfIter, /* tp_iter */ 2711 PyObject_SelfIter, /* tp_iter */
|
/external/python/cpython3/PC/ |
D | python3.def | 489 PyObject_SelfIter=python37.PyObject_SelfIter
|
/external/python/cpython2/Modules/_io/ |
D | bytesio.c | 897 PyObject_SelfIter, /*tp_iter*/
|
/external/python/cpython2/Include/ |
D | object.h | 478 PyAPI_FUNC(PyObject *) PyObject_SelfIter(PyObject *);
|
/external/python/cpython3/Include/ |
D | object.h | 556 PyAPI_FUNC(PyObject *) PyObject_SelfIter(PyObject *);
|
/external/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 955 PyObject_SelfIter, // tp_iter
|
/external/python/cpython3/Modules/_io/ |
D | bytesio.c | 1025 PyObject_SelfIter, /*tp_iter*/
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 472 "PyObject_SelfIter"
|
123