Searched refs:PyObject_SelfIter (Results 1 – 25 of 32) sorted by relevance
12
/third_party/python/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 | 248 PyObject_SelfIter, /* tp_iter */ 445 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 */ 3912 PyObject_SelfIter, /* tp_iter */ 4017 .tp_iter = PyObject_SelfIter, 4060 .tp_iter = PyObject_SelfIter, 4072 .tp_iter = PyObject_SelfIter,
|
D | tupleobject.c | 1112 PyObject_SelfIter, /* tp_iter */
|
D | listobject.c | 3120 PyObject_SelfIter, /* tp_iter */ 3268 PyObject_SelfIter, /* tp_iter */
|
D | odictobject.c | 1900 PyObject_SelfIter, /* tp_iter */
|
D | object.c | 1053 PyObject_SelfIter(PyObject *obj) in PyObject_SelfIter() function
|
D | bytearrayobject.c | 2501 PyObject_SelfIter, /* tp_iter */
|
D | setobject.c | 846 PyObject_SelfIter, /* tp_iter */
|
/third_party/python/Modules/ |
D | itertoolsmodule.c | 266 PyObject_SelfIter, /* tp_iter */ 414 PyObject_SelfIter, /* tp_iter */ 854 PyObject_SelfIter, /* tp_iter */ 1119 PyObject_SelfIter, /* tp_iter */ 1284 PyObject_SelfIter, /* tp_iter */ 1444 PyObject_SelfIter, /* tp_iter */ 1703 PyObject_SelfIter, /* tp_iter */ 1842 PyObject_SelfIter, /* tp_iter */ 2065 PyObject_SelfIter, /* tp_iter */ 2423 PyObject_SelfIter, /* tp_iter */ [all …]
|
D | _collectionsmodule.c | 1817 PyObject_SelfIter, /* tp_iter */ 1939 PyObject_SelfIter, /* tp_iter */
|
D | _csv.c | 932 PyObject_SelfIter, /*tp_iter*/
|
D | _struct.c | 1699 {Py_tp_iter, PyObject_SelfIter},
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | extension_dict.cc | 464 PyObject_SelfIter, // tp_iter
|
D | map_container.cc | 981 PyObject_SelfIter, // tp_iter
|
D | descriptor_containers.cc | 914 PyObject_SelfIter, // tp_iter
|
/third_party/python/Objects/stringlib/ |
D | unicode_format.h | 1094 PyObject_SelfIter, /* tp_iter */ 1230 PyObject_SelfIter, /* tp_iter */
|
/third_party/python/Include/ |
D | object.h | 253 PyAPI_FUNC(PyObject *) PyObject_SelfIter(PyObject *);
|
/third_party/python/Python/ |
D | bltinmodule.c | 641 PyObject_SelfIter, /* tp_iter */ 1357 PyObject_SelfIter, /* tp_iter */ 2695 PyObject_SelfIter, /* tp_iter */
|
D | hamt.c | 2626 .tp_iter = PyObject_SelfIter, \
|
/third_party/python/Modules/_io/ |
D | bytesio.c | 1054 PyObject_SelfIter, /*tp_iter*/
|
/third_party/python/PC/ |
D | python3.def | 495 PyObject_SelfIter=python39.PyObject_SelfIter
|
/third_party/python/Modules/_sqlite/ |
D | cursor.c | 941 PyObject_SelfIter, /* tp_iter */
|
12