Searched refs:PyIter_Check (Results 1 – 25 of 32) sorted by relevance
12
10 .. c:function:: int PyIter_Check(PyObject *o)25 according to :c:func:`PyIter_Check` (it is up to the caller to check this).
13 .. c:function:: int PyIter_Check(PyObject *o)
345 if (!PyIter_Check(awaitable)) { in anextawaitable_getiter()
2804 if (res != NULL && !PyIter_Check(res)) { in PyObject_GetIter()2837 PyIter_Check(PyObject *obj) in PyIter_Check() function2886 if (arg == Py_None && PyIter_Check(iter)) { in PyIter_Send()
636 if (!PyIter_Check(obj)) { in proxy_iternext()
1066 } else if (!PyIter_Check(res)) { in _PyCoro_GetAwaitableIter()
382 PyAPI_FUNC(int) PyIter_Check(PyObject *);
637 #define PyIter_Check(obj) \ macro
479 if (PyIter_Check(second_argument)) { in _pysqlite_query_execute()
515 :c:func:`PyIter_Check` is now always declared as a function, in order to
312 EXPORT_FUNC(PyIter_Check)
329 function,PyIter_Check,3.8,,
1073 PyIter_Check:int:::1074 PyIter_Check:PyObject*:o:0:
797 if (PyIter_Check(second_argument)) { in _pysqlite_query_execute()
2140 if (!PyIter_Check(source) || (active != NULL && !PyIter_Check(active))) { in chain_setstate()
1988 if (PyIter_Check(seq)) { in unpack_sequence_fail_kind()
1470 if (!PyIter_Check(it)) { in builtin_next()
2441 else if (!PyIter_Check(listitems)) { in save_reduce()2450 else if (!PyIter_Check(dictitems)) { in save_reduce()
571 PyIter_Check:int:o:0:
2075 if (res != NULL && !PyIter_Check(res)) { in instance_getiter()
1112 if (!PyIter_Check(it)) { in builtin_next()