Searched refs:PyObject_SelfIter (Results 1 - 25 of 34) sorted by relevance
12
/third_party/python/Objects/ |
H A D | iterobject.c | 170 PyObject_SelfIter, /* tp_iter */ 294 PyObject_SelfIter, /* tp_iter */ 458 PyObject_SelfIter, /* am_await */ 491 PyObject_SelfIter, /* tp_iter */
|
H A D | genobject.c | 866 PyObject_SelfIter, /* tp_iter */ 1311 PyObject_SelfIter, /* tp_iter */ 1570 PyObject_SelfIter, /* am_aiter */ 1841 PyObject_SelfIter, /* am_await */ 1875 PyObject_SelfIter, /* tp_iter */ 2261 PyObject_SelfIter, /* am_await */ 2295 PyObject_SelfIter, /* tp_iter */
|
H A D | enumobject.c | 317 PyObject_SelfIter, /* tp_iter */ 530 PyObject_SelfIter, /* tp_iter */
|
H A D | rangeobject.c | 878 PyObject_SelfIter, /* tp_iter */ 1073 PyObject_SelfIter, /* tp_iter */
|
H A D | dictobject.c | 4137 PyObject_SelfIter, /* tp_iter */ 4237 PyObject_SelfIter, /* tp_iter */ 4363 PyObject_SelfIter, /* tp_iter */ 4482 .tp_iter = PyObject_SelfIter, 4524 .tp_iter = PyObject_SelfIter, 4536 .tp_iter = PyObject_SelfIter,
|
H A D | genericaliasobject.c | 912 .tp_iter = PyObject_SelfIter,
|
H A D | tupleobject.c | 1140 PyObject_SelfIter, /* tp_iter */
|
H A D | codeobject.c | 1203 PyObject_SelfIter, /* tp_iter */ 1303 PyObject_SelfIter, /* tp_iter */
|
H A D | listobject.c | 3198 PyObject_SelfIter, /* tp_iter */ 3346 PyObject_SelfIter, /* tp_iter */
|
H A D | odictobject.c | 1845 PyObject_SelfIter, /* tp_iter */
|
/third_party/python/Modules/ |
H A D | itertoolsmodule.c | 168 PyObject_SelfIter, /* tp_iter */ 399 PyObject_SelfIter, /* tp_iter */ 546 PyObject_SelfIter, /* tp_iter */ 987 PyObject_SelfIter, /* tp_iter */ 1250 PyObject_SelfIter, /* tp_iter */ 1415 PyObject_SelfIter, /* tp_iter */ 1575 PyObject_SelfIter, /* tp_iter */ 1835 PyObject_SelfIter, /* tp_iter */ 1974 PyObject_SelfIter, /* tp_iter */ 2198 PyObject_SelfIter, /* tp_ite [all...] |
H A D | _collectionsmodule.c | 1817 PyObject_SelfIter, /* tp_iter */ 1939 PyObject_SelfIter, /* tp_iter */
|
H A D | _csv.c | 990 {Py_tp_iter, PyObject_SelfIter},
|
H A D | _asynciomodule.c | 1757 .tp_iter = PyObject_SelfIter,
|
/third_party/python/Python/ |
H A D | Python-tokenize.c | 117 {Py_tp_iter, PyObject_SelfIter},
|
H A D | bltinmodule.c | 656 PyObject_SelfIter, /* tp_iter */ 1442 PyObject_SelfIter, /* tp_iter */ 2935 PyObject_SelfIter, /* tp_iter */
|
H A D | hamt.c | 2616 .tp_iter = PyObject_SelfIter, \
|
/third_party/python/Objects/stringlib/ |
H A D | unicode_format.h | 1096 PyObject_SelfIter, /* tp_iter */ 1232 PyObject_SelfIter, /* tp_iter */
|
/third_party/python/Include/ |
H A D | object.h | 295 PyAPI_FUNC(PyObject *) PyObject_SelfIter(PyObject *);
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | extension_dict.cc | 464 PyObject_SelfIter, // tp_iter
|
H A D | map_container.cc | 981 PyObject_SelfIter, // tp_iter
|
H A D | descriptor_containers.cc | 914 PyObject_SelfIter, // tp_iter
|
/third_party/python/Modules/_io/ |
H A D | bytesio.c | 1054 PyObject_SelfIter, /*tp_iter*/
|
/third_party/python/PC/ |
H A D | python3dll.c | 481 EXPORT_FUNC(PyObject_SelfIter)
|
/third_party/python/Modules/_sqlite/ |
H A D | cursor.c | 1348 {Py_tp_iter, PyObject_SelfIter},
|
Completed in 58 milliseconds
12