Home
last modified time | relevance | path

Searched refs:PyIter_Check (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/external/python/cpython3/Doc/c-api/
Diter.rst10 .. c:function:: int PyIter_Check(PyObject *o)
25 according to :c:func:`PyIter_Check` (it is up to the caller to check this).
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Diter.rst13 .. c:function:: int PyIter_Check(PyObject *o)
/aosp_15_r20/external/python/cpython3/Objects/
Diterobject.c345 if (!PyIter_Check(awaitable)) { in anextawaitable_getiter()
Dabstract.c2804 if (res != NULL && !PyIter_Check(res)) { in PyObject_GetIter()
2837 PyIter_Check(PyObject *obj) in PyIter_Check() function
2886 if (arg == Py_None && PyIter_Check(iter)) { in PyIter_Send()
Dweakrefobject.c636 if (!PyIter_Check(obj)) { in proxy_iternext()
Dgenobject.c1066 } else if (!PyIter_Check(res)) { in _PyCoro_GetAwaitableIter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dabstract.h382 PyAPI_FUNC(int) PyIter_Check(PyObject *);
/aosp_15_r20/external/python/cpython3/Include/
Dabstract.h382 PyAPI_FUNC(int) PyIter_Check(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dabstract.h382 PyAPI_FUNC(int) PyIter_Check(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dabstract.h382 PyAPI_FUNC(int) PyIter_Check(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dabstract.h382 PyAPI_FUNC(int) PyIter_Check(PyObject *);
/aosp_15_r20/external/python/cpython2/Include/
Dabstract.h637 #define PyIter_Check(obj) \ macro
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dcursor.c479 if (PyIter_Check(second_argument)) { in _pysqlite_query_execute()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.10.0a6.rst515 :c:func:`PyIter_Check` is now always declared as a function, in order to
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c312 EXPORT_FUNC(PyIter_Check)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat329 function,PyIter_Check,3.8,,
Drefcounts.dat1073 PyIter_Check:int:::
1074 PyIter_Check:PyObject*:o:0:
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dcursor.c797 if (PyIter_Check(second_argument)) { in _pysqlite_query_execute()
/aosp_15_r20/external/python/cpython3/Modules/
Ditertoolsmodule.c2140 if (!PyIter_Check(source) || (active != NULL && !PyIter_Check(active))) { in chain_setstate()
/aosp_15_r20/external/python/cpython3/Python/
Dspecialize.c1988 if (PyIter_Check(seq)) { in unpack_sequence_fail_kind()
Dbltinmodule.c1470 if (!PyIter_Check(it)) { in builtin_next()
/aosp_15_r20/external/python/cpython2/Modules/
DcPickle.c2441 else if (!PyIter_Check(listitems)) { in save_reduce()
2450 else if (!PyIter_Check(dictitems)) { in save_reduce()
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat571 PyIter_Check:int:o:0:
/aosp_15_r20/external/python/cpython2/Objects/
Dclassobject.c2075 if (res != NULL && !PyIter_Check(res)) { in instance_getiter()
/aosp_15_r20/external/python/cpython2/Python/
Dbltinmodule.c1112 if (!PyIter_Check(it)) { in builtin_next()

12