Searched refs:PyObject_SelfIter (Results 1 – 25 of 36) sorted by relevance
12
/third_party/python/Objects/ |
D | iterobject.c | 166 PyObject_SelfIter, /* tp_iter */ 285 PyObject_SelfIter, /* tp_iter */ 449 PyObject_SelfIter, /* am_await */ 482 PyObject_SelfIter, /* tp_iter */
|
D | genobject.c | 804 PyObject_SelfIter, /* tp_iter */ 1148 PyObject_SelfIter, /* tp_iter */ 1402 PyObject_SelfIter, /* am_aiter */ 1665 PyObject_SelfIter, /* am_await */ 1699 PyObject_SelfIter, /* tp_iter */ 2074 PyObject_SelfIter, /* am_await */ 2108 PyObject_SelfIter, /* tp_iter */
|
D | enumobject.c | 249 PyObject_SelfIter, /* tp_iter */ 464 PyObject_SelfIter, /* tp_iter */
|
D | rangeobject.c | 880 PyObject_SelfIter, /* tp_iter */ 1075 PyObject_SelfIter, /* tp_iter */
|
D | dictobject.c | 3818 PyObject_SelfIter, /* tp_iter */ 3905 PyObject_SelfIter, /* tp_iter */ 4017 PyObject_SelfIter, /* tp_iter */ 4122 .tp_iter = PyObject_SelfIter, 4165 .tp_iter = PyObject_SelfIter, 4177 .tp_iter = PyObject_SelfIter,
|
D | tupleobject.c | 1178 PyObject_SelfIter, /* tp_iter */
|
D | codeobject.c | 1091 PyObject_SelfIter, /* tp_iter */
|
D | listobject.c | 3140 PyObject_SelfIter, /* tp_iter */ 3288 PyObject_SelfIter, /* tp_iter */
|
D | odictobject.c | 1898 PyObject_SelfIter, /* tp_iter */
|
D | object.c | 1093 PyObject_SelfIter(PyObject *obj) in PyObject_SelfIter() function
|
D | bytearrayobject.c | 2494 PyObject_SelfIter, /* tp_iter */
|
/third_party/python/Modules/ |
D | itertoolsmodule.c | 169 PyObject_SelfIter, /* tp_iter */ 400 PyObject_SelfIter, /* tp_iter */ 548 PyObject_SelfIter, /* tp_iter */ 989 PyObject_SelfIter, /* tp_iter */ 1253 PyObject_SelfIter, /* tp_iter */ 1418 PyObject_SelfIter, /* tp_iter */ 1578 PyObject_SelfIter, /* tp_iter */ 1837 PyObject_SelfIter, /* tp_iter */ 1976 PyObject_SelfIter, /* tp_iter */ 2199 PyObject_SelfIter, /* tp_iter */ [all …]
|
D | _collectionsmodule.c | 1840 PyObject_SelfIter, /* tp_iter */ 1962 PyObject_SelfIter, /* tp_iter */
|
D | _csv.c | 990 {Py_tp_iter, PyObject_SelfIter},
|
/third_party/python/Objects/stringlib/ |
D | unicode_format.h | 1094 PyObject_SelfIter, /* tp_iter */ 1230 PyObject_SelfIter, /* tp_iter */
|
/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/Include/ |
D | object.h | 277 PyAPI_FUNC(PyObject *) PyObject_SelfIter(PyObject *);
|
/third_party/python/Python/ |
D | bltinmodule.c | 665 PyObject_SelfIter, /* tp_iter */ 1418 PyObject_SelfIter, /* tp_iter */ 2890 PyObject_SelfIter, /* tp_iter */
|
D | hamt.c | 2607 .tp_iter = PyObject_SelfIter, \
|
/third_party/python/Modules/_io/ |
D | bytesio.c | 1054 PyObject_SelfIter, /*tp_iter*/
|
/third_party/python/Modules/_sqlite/ |
D | cursor.c | 1026 {Py_tp_iter, PyObject_SelfIter},
|
/third_party/python/PC/ |
D | python3dll.c | 471 EXPORT_FUNC(PyObject_SelfIter)
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 515 function,PyObject_SelfIter,3.2,
|
12