Searched refs:PyObject_SelfIter (Results 1 – 25 of 55) 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 | 166 PyObject_SelfIter, /* tp_iter */ 285 PyObject_SelfIter, /* tp_iter */
|
D | genobject.c | 754 PyObject_SelfIter, /* tp_iter */ 1089 PyObject_SelfIter, /* tp_iter */ 1359 PyObject_SelfIter, /* am_aiter */ 1600 PyObject_SelfIter, /* am_await */ 1633 PyObject_SelfIter, /* tp_iter */ 1990 PyObject_SelfIter, /* am_await */ 2023 PyObject_SelfIter, /* tp_iter */
|
D | enumobject.c | 237 PyObject_SelfIter, /* tp_iter */ 434 PyObject_SelfIter, /* tp_iter */
|
D | rangeobject.c | 860 PyObject_SelfIter, /* tp_iter */ 1062 PyObject_SelfIter, /* tp_iter */
|
D | dictobject.c | 3713 PyObject_SelfIter, /* tp_iter */ 3800 PyObject_SelfIter, /* tp_iter */ 3907 PyObject_SelfIter, /* tp_iter */ 4007 .tp_iter = PyObject_SelfIter, 4050 .tp_iter = PyObject_SelfIter, 4062 .tp_iter = PyObject_SelfIter,
|
/external/python/cpython3/Modules/ |
D | itertoolsmodule.c | 265 PyObject_SelfIter, /* tp_iter */ 413 PyObject_SelfIter, /* tp_iter */ 853 PyObject_SelfIter, /* tp_iter */ 1118 PyObject_SelfIter, /* tp_iter */ 1283 PyObject_SelfIter, /* tp_iter */ 1443 PyObject_SelfIter, /* tp_iter */ 1702 PyObject_SelfIter, /* tp_iter */ 1841 PyObject_SelfIter, /* tp_iter */ 2064 PyObject_SelfIter, /* tp_iter */ 2417 PyObject_SelfIter, /* tp_iter */ [all …]
|
/external/protobuf/python/google/protobuf/pyext/ |
D | extension_dict.cc | 460 PyObject_SelfIter, // tp_iter
|
/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 | 1094 PyObject_SelfIter, /* tp_iter */ 1230 PyObject_SelfIter, /* tp_iter */
|
/external/python/cpython3/Include/ |
D | object.h | 253 PyAPI_FUNC(PyObject *) PyObject_SelfIter(PyObject *);
|
/external/python/cpython3/Python/ |
D | bltinmodule.c | 641 PyObject_SelfIter, /* tp_iter */ 1357 PyObject_SelfIter, /* tp_iter */ 2690 PyObject_SelfIter, /* tp_iter */
|
/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/PC/ |
D | python3.def | 491 PyObject_SelfIter=python39.PyObject_SelfIter
|
/external/python/cpython3/Modules/_io/ |
D | bytesio.c | 1054 PyObject_SelfIter, /*tp_iter*/
|
/external/python/cpython3/Modules/_sqlite/ |
D | cursor.c | 933 PyObject_SelfIter, /* tp_iter */
|
123