Searched refs:PyExc_StopIteration (Results 1 – 25 of 42) sorted by relevance
12
173 PyErr_SetNone(PyExc_StopIteration); in gen_send_ex()235 PyErr_SetNone(PyExc_StopIteration); in gen_send_ex()245 else if (!result && PyErr_ExceptionMatches(PyExc_StopIteration)) { in gen_send_ex()377 if (PyErr_ExceptionMatches(PyExc_StopIteration) in gen_close()564 PyErr_SetObject(PyExc_StopIteration, value); in _PyGen_SetStopIterationValue()576 e = PyObject_CallOneArg(PyExc_StopIteration, value); in _PyGen_SetStopIterationValue()580 PyErr_SetObject(PyExc_StopIteration, e); in _PyGen_SetStopIterationValue()600 if (PyErr_ExceptionMatches(PyExc_StopIteration)) { in _PyGen_FetchStopIterationValue()608 } else if (et == PyExc_StopIteration && !PyTuple_Check(ev)) { in _PyGen_FetchStopIterationValue()621 if (!PyObject_TypeCheck(ev, (PyTypeObject *)PyExc_StopIteration)) { in _PyGen_FetchStopIterationValue()[all …]
72 PyErr_ExceptionMatches(PyExc_StopIteration)) in iter_iternext()235 else if (PyErr_ExceptionMatches(PyExc_StopIteration)) { in calliter_iternext()
345 PyErr_ExceptionMatches(PyExc_StopIteration)) in reversed_next()
874 if (!PyErr_ExceptionMatches(PyExc_StopIteration)) in bytearray_init()
59 PyErr_SetNone(PyExc_StopIteration); in gen_send_ex()103 PyErr_SetNone(PyExc_StopIteration); in gen_send_ex()140 if (PyErr_ExceptionMatches(PyExc_StopIteration) in gen_close()
69 PyErr_ExceptionMatches(PyExc_StopIteration)) in iter_iternext()196 else if (PyErr_ExceptionMatches(PyExc_StopIteration)) { in calliter_iternext()
311 PyErr_ExceptionMatches(PyExc_StopIteration)) in reversed_next()
1317 PyErr_SetNone(PyExc_StopIteration); in _match_number_str()1333 PyErr_SetNone(PyExc_StopIteration); in _match_number_str()1419 PyErr_SetNone(PyExc_StopIteration); in _match_number_unicode()1435 PyErr_SetNone(PyExc_StopIteration); in _match_number_unicode()1507 PyErr_SetNone(PyExc_StopIteration); in scan_once_str()1600 PyErr_SetNone(PyExc_StopIteration); in scan_once_unicode()
342 PyErr_SetNone(PyExc_StopIteration); in IO_iternext()
757 if (PyErr_ExceptionMatches(PyExc_StopIteration)) in cycle_next()1718 if (PyErr_ExceptionMatches(PyExc_StopIteration)) in chain_next()
77 PyAPI_DATA(PyObject *) PyExc_StopIteration;
121 PyAPI_DATA(PyObject *) PyExc_StopIteration;
227 else if (v == PyExc_StopIteration) { in w_object()675 Py_INCREF(PyExc_StopIteration); in r_object()676 retval = PyExc_StopIteration; in r_object()
111 if (PyErr_ExceptionMatches(PyExc_StopIteration)) in builtin_all()154 if (PyErr_ExceptionMatches(PyExc_StopIteration)) in builtin_any()1124 if (!PyErr_ExceptionMatches(PyExc_StopIteration)) in builtin_next()1133 PyErr_SetNone(PyExc_StopIteration); in builtin_next()
221 } else if (PyErr_ExceptionMatches(PyExc_StopIteration)) { in DoCallPyFunc()
359 if (PyErr_ExceptionMatches(PyExc_StopIteration)) in builtin_all()408 if (PyErr_ExceptionMatches(PyExc_StopIteration)) in builtin_any()1397 if(!PyErr_ExceptionMatches(PyExc_StopIteration)) in builtin_next()1406 PyErr_SetNone(PyExc_StopIteration); in builtin_next()
354 else if (v == PyExc_StopIteration) { in w_object()972 Py_INCREF(PyExc_StopIteration); in r_object()973 retval = PyExc_StopIteration; in r_object()
2577 PyErr_SetNone(PyExc_StopIteration); in hamt_baseiter_tp_iternext()
414 PyExc_StopIteration
231 PyExc_StopIteration=python39.PyExc_StopIteration DATA
784 "PyExc_StopIteration"
723 PYBIND11_RUNTIME_EXCEPTION(stop_iteration, PyExc_StopIteration)
549 single: PyExc_StopIteration618 | :c:data:`PyExc_StopIteration` | :exc:`StopIteration` | |
829 single: PyExc_StopIteration925 | :c:data:`PyExc_StopIteration` | :exc:`StopIteration` | |
343 PyErr_SetObject(PyExc_StopIteration, value); in raise_stop_iteration()