Home
last modified time | relevance | path

Searched refs:PyExc_StopIteration (Results 1 – 25 of 1160) sorted by relevance

12345678910>>...47

/dports/net-mgmt/sblim-wbemcli/sblim-wbemcli-1.6.3/
H A DCimXml_wrap.cpp1756 PyErr_SetString(PyExc_StopIteration, "Array index out of bounds"); in _wrap_new_XmlBuffer()
1759 PyErr_SetString(PyExc_StopIteration, "Array index out of bounds"); in _wrap_new_XmlBuffer()
1791 PyErr_SetString(PyExc_StopIteration, "Array index out of bounds"); in _wrap_XmlBuffer_skipWS()
1794 PyErr_SetString(PyExc_StopIteration, "Array index out of bounds"); in _wrap_XmlBuffer_skipWS()
1828 PyErr_SetString(PyExc_StopIteration, "Array index out of bounds"); in _wrap_XmlBuffer_getChar__SWIG_0()
1831 PyErr_SetString(PyExc_StopIteration, "Array index out of bounds"); in _wrap_XmlBuffer_getChar__SWIG_0()
1865 PyErr_SetString(PyExc_StopIteration, "Array index out of bounds"); in _wrap_XmlBuffer_getChar__SWIG_1()
1868 PyErr_SetString(PyExc_StopIteration, "Array index out of bounds"); in _wrap_XmlBuffer_getChar__SWIG_1()
1958 PyErr_SetString(PyExc_StopIteration, "Array index out of bounds"); in _wrap_XmlBuffer_getWord()
1961 PyErr_SetString(PyExc_StopIteration, "Array index out of bounds"); in _wrap_XmlBuffer_getWord()
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/static_src/
H A DCompiledGeneratorTypeUncompiledIntegration.c44 Py_INCREF(PyExc_StopIteration); in Nuitka_SetStopIterationValue()
45 RESTORE_ERROR_OCCURRED(PyExc_StopIteration, stop_value, NULL); in Nuitka_SetStopIterationValue()
48 Py_INCREF(PyExc_StopIteration); in Nuitka_SetStopIterationValue()
51 RESTORE_ERROR_OCCURRED(PyExc_StopIteration, value, NULL); in Nuitka_SetStopIterationValue()
59 Py_INCREF(PyExc_StopIteration); in Nuitka_SetStopIterationValue()
61 RESTORE_ERROR_OCCURRED(PyExc_StopIteration, stop_value, NULL); in Nuitka_SetStopIterationValue()
104 SET_CURRENT_EXCEPTION_TYPE0(PyExc_StopIteration);
152 SET_CURRENT_EXCEPTION_TYPE0(PyExc_StopIteration);
157 SET_CURRENT_EXCEPTION_TYPE0_VALUE1(PyExc_StopIteration, e);
268 SET_CURRENT_EXCEPTION_TYPE0(PyExc_StopIteration);
[all …]
H A DCompiledAsyncgenType.c420 if (error_occurred == PyExc_StopIteration) { in _Nuitka_Asyncgen_send()
750 SET_CURRENT_EXCEPTION_TYPE0(PyExc_StopIteration); in Nuitka_Asyncgen_throw()
1369 SET_CURRENT_EXCEPTION_TYPE0(PyExc_StopIteration); in Nuitka_AsyncgenAsend_send()
1453 SET_CURRENT_EXCEPTION_TYPE0(PyExc_StopIteration); in Nuitka_AsyncgenAsend_throw()
1498 SET_CURRENT_EXCEPTION_TYPE0(PyExc_StopIteration); in _Nuitka_AsyncgenAsend_throw2()
1508 SET_CURRENT_EXCEPTION_TYPE0(PyExc_StopIteration); in _Nuitka_AsyncgenAsend_throw2()
1718 SET_CURRENT_EXCEPTION_TYPE0(PyExc_StopIteration); in Nuitka_AsyncgenAthrow_send()
1728 SET_CURRENT_EXCEPTION_TYPE0(PyExc_StopIteration); in Nuitka_AsyncgenAthrow_send()
1754 SET_CURRENT_EXCEPTION_TYPE0(PyExc_StopIteration); in Nuitka_AsyncgenAthrow_send()
1856 SET_CURRENT_EXCEPTION_TYPE0(PyExc_StopIteration); in Nuitka_AsyncgenAthrow_send()
[all …]
/dports/astro/routino/routino-3.3.3/python/src/
H A Ddatabase.i65 PyErr_SetString(PyExc_StopIteration, "End of iterator");
74 PyErr_SetString(PyExc_StopIteration, "End of iterator");
83 PyErr_SetString(PyExc_StopIteration, "End of iterator");
92 PyErr_SetString(PyExc_StopIteration, "End of iterator");
101 PyErr_SetString(PyExc_StopIteration, "End of iterator");
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Wrap/
H A DMolSupplier.h40 PyErr_SetString(PyExc_StopIteration, "End of supplier hit"); in MolForwardSupplNext()
44 PyErr_SetString(PyExc_StopIteration, "End of supplier hit"); in MolForwardSupplNext()
62 PyErr_SetString(PyExc_StopIteration, "End of supplier hit"); in MolSupplNext()
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/python/Iterator/
H A DBPy_orientedViewEdgeIterator.cpp87 PyErr_SetNone(PyExc_StopIteration); in orientedViewEdgeIterator_iternext()
94 PyErr_SetNone(PyExc_StopIteration); in orientedViewEdgeIterator_iternext()
103 PyErr_SetNone(PyExc_StopIteration); in orientedViewEdgeIterator_iternext()
H A DBPy_Interface0DIterator.cpp113 PyErr_SetNone(PyExc_StopIteration); in Interface0DIterator_iternext()
120 PyErr_SetNone(PyExc_StopIteration); in Interface0DIterator_iternext()
127 PyErr_SetNone(PyExc_StopIteration); in Interface0DIterator_iternext()
H A DBPy_StrokeVertexIterator.cpp113 PyErr_SetNone(PyExc_StopIteration); in StrokeVertexIterator_iternext()
121 PyErr_SetNone(PyExc_StopIteration); in StrokeVertexIterator_iternext()
132 PyErr_SetNone(PyExc_StopIteration); in StrokeVertexIterator_iternext()
/dports/converters/py-better-bencode/better-bencode-0.2.1/better_bencode/
H A D_fast.c418 Py_INCREF(PyExc_StopIteration); in do_load()
419 retval = PyExc_StopIteration; in do_load()
428 if (item == PyExc_StopIteration) { in do_load()
429 Py_DECREF(PyExc_StopIteration); in do_load()
459 if (key == PyExc_StopIteration) { in do_load()
460 Py_DECREF(PyExc_StopIteration); in do_load()
/dports/lang/python37/Python-3.7.12/Objects/
H A Dgenobject.c185 PyErr_SetNone(PyExc_StopIteration); in gen_send_ex()
241 PyErr_SetNone(PyExc_StopIteration); in gen_send_ex()
251 else if (!result && PyErr_ExceptionMatches(PyExc_StopIteration)) { in gen_send_ex()
383 if (PyErr_ExceptionMatches(PyExc_StopIteration) in gen_close()
560 PyErr_SetObject(PyExc_StopIteration, value); in _PyGen_SetStopIterationValue()
576 PyErr_SetObject(PyExc_StopIteration, e); in _PyGen_SetStopIterationValue()
596 if (PyErr_ExceptionMatches(PyExc_StopIteration)) { in _PyGen_FetchStopIterationValue()
1816 PyErr_SetNone(PyExc_StopIteration); in async_gen_athrow_send()
1822 PyErr_SetNone(PyExc_StopIteration); in async_gen_athrow_send()
1907 PyErr_SetNone(PyExc_StopIteration); in async_gen_athrow_send()
[all …]
/dports/archivers/py-zstandard/zstandard-0.16.0/c-ext/
H A Ddecompressoriterator.c110 PyErr_SetString(PyExc_StopIteration, "output flushed"); in ZstdDecompressorIterator_iternext()
178 PyErr_SetString(PyExc_StopIteration, "empty input"); in ZstdDecompressorIterator_iternext()
200 PyErr_SetString(PyExc_StopIteration, "input exhausted"); in ZstdDecompressorIterator_iternext()
/dports/devel/mercurial/mercurial-6.0/contrib/python-zstandard/c-ext/
H A Ddecompressoriterator.c112 PyErr_SetString(PyExc_StopIteration, "output flushed"); in ZstdDecompressorIterator_iternext()
178 PyErr_SetString(PyExc_StopIteration, "empty input"); in ZstdDecompressorIterator_iternext()
199 PyErr_SetString(PyExc_StopIteration, "input exhausted"); in ZstdDecompressorIterator_iternext()
/dports/www/py-multidict/multidict-5.2.0/multidict/_multilib/
H A Diter.h87 PyErr_SetNone(PyExc_StopIteration); in multidict_items_iter_iternext()
110 PyErr_SetNone(PyExc_StopIteration); in multidict_values_iter_iternext()
130 PyErr_SetNone(PyExc_StopIteration); in multidict_keys_iter_iternext()
/dports/www/firefox/firefox-99.0/third_party/python/multidict/multidict/_multilib/
H A Diter.h87 PyErr_SetNone(PyExc_StopIteration); in multidict_items_iter_iternext()
110 PyErr_SetNone(PyExc_StopIteration); in multidict_values_iter_iternext()
130 PyErr_SetNone(PyExc_StopIteration); in multidict_keys_iter_iternext()
/dports/math/py-gmpy2/gmpy2-2.1.1/src/
H A Dgmpy2_xmpz_misc.c395 PyErr_SetNone(PyExc_StopIteration); in GMPy_Iter_Next()
405 PyErr_SetNone(PyExc_StopIteration); in GMPy_Iter_Next()
409 PyErr_SetNone(PyExc_StopIteration); in GMPy_Iter_Next()
418 PyErr_SetNone(PyExc_StopIteration); in GMPy_Iter_Next()
422 PyErr_SetNone(PyExc_StopIteration); in GMPy_Iter_Next()
/dports/math/py-gmpy2-devel/gmpy-gmpy2-2.1.0b5/src/
H A Dgmpy2_xmpz_misc.c397 PyErr_SetNone(PyExc_StopIteration); in GMPy_Iter_Next()
407 PyErr_SetNone(PyExc_StopIteration); in GMPy_Iter_Next()
411 PyErr_SetNone(PyExc_StopIteration); in GMPy_Iter_Next()
420 PyErr_SetNone(PyExc_StopIteration); in GMPy_Iter_Next()
424 PyErr_SetNone(PyExc_StopIteration); in GMPy_Iter_Next()
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dgenobject.c186 PyErr_SetNone(PyExc_StopIteration); in gen_send_ex()
242 PyErr_SetNone(PyExc_StopIteration); in gen_send_ex()
252 else if (!result && PyErr_ExceptionMatches(PyExc_StopIteration)) { in gen_send_ex()
384 if (PyErr_ExceptionMatches(PyExc_StopIteration) in gen_close()
561 PyErr_SetObject(PyExc_StopIteration, value); in _PyGen_SetStopIterationValue()
573 e = PyObject_CallFunctionObjArgs(PyExc_StopIteration, value, NULL); in _PyGen_SetStopIterationValue()
577 PyErr_SetObject(PyExc_StopIteration, e); in _PyGen_SetStopIterationValue()
597 if (PyErr_ExceptionMatches(PyExc_StopIteration)) { in _PyGen_FetchStopIterationValue()
1826 PyErr_SetNone(PyExc_StopIteration); in async_gen_athrow_send()
1936 PyErr_SetNone(PyExc_StopIteration); in async_gen_athrow_send()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dgenobject.c186 PyErr_SetNone(PyExc_StopIteration); in gen_send_ex()
242 PyErr_SetNone(PyExc_StopIteration); in gen_send_ex()
252 else if (!result && PyErr_ExceptionMatches(PyExc_StopIteration)) { in gen_send_ex()
384 if (PyErr_ExceptionMatches(PyExc_StopIteration) in gen_close()
561 PyErr_SetObject(PyExc_StopIteration, value); in _PyGen_SetStopIterationValue()
573 e = PyObject_CallFunctionObjArgs(PyExc_StopIteration, value, NULL); in _PyGen_SetStopIterationValue()
577 PyErr_SetObject(PyExc_StopIteration, e); in _PyGen_SetStopIterationValue()
597 if (PyErr_ExceptionMatches(PyExc_StopIteration)) { in _PyGen_FetchStopIterationValue()
1826 PyErr_SetNone(PyExc_StopIteration); in async_gen_athrow_send()
1936 PyErr_SetNone(PyExc_StopIteration); in async_gen_athrow_send()
[all …]
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dgenobject.c186 PyErr_SetNone(PyExc_StopIteration); in gen_send_ex()
242 PyErr_SetNone(PyExc_StopIteration); in gen_send_ex()
252 else if (!result && PyErr_ExceptionMatches(PyExc_StopIteration)) { in gen_send_ex()
384 if (PyErr_ExceptionMatches(PyExc_StopIteration) in gen_close()
561 PyErr_SetObject(PyExc_StopIteration, value); in _PyGen_SetStopIterationValue()
573 e = PyObject_CallFunctionObjArgs(PyExc_StopIteration, value, NULL); in _PyGen_SetStopIterationValue()
577 PyErr_SetObject(PyExc_StopIteration, e); in _PyGen_SetStopIterationValue()
597 if (PyErr_ExceptionMatches(PyExc_StopIteration)) { in _PyGen_FetchStopIterationValue()
1826 PyErr_SetNone(PyExc_StopIteration); in async_gen_athrow_send()
1936 PyErr_SetNone(PyExc_StopIteration); in async_gen_athrow_send()
[all …]
/dports/lang/python39/Python-3.9.9/Objects/
H A Dgenobject.c173 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()
1811 PyErr_SetNone(PyExc_StopIteration); in async_gen_athrow_send()
1921 PyErr_SetNone(PyExc_StopIteration); in async_gen_athrow_send()
[all …]
/dports/lang/python38/Python-3.8.12/Objects/
H A Dgenobject.c186 PyErr_SetNone(PyExc_StopIteration); in gen_send_ex()
242 PyErr_SetNone(PyExc_StopIteration); in gen_send_ex()
252 else if (!result && PyErr_ExceptionMatches(PyExc_StopIteration)) { in gen_send_ex()
384 if (PyErr_ExceptionMatches(PyExc_StopIteration) in gen_close()
561 PyErr_SetObject(PyExc_StopIteration, value); in _PyGen_SetStopIterationValue()
573 e = PyObject_CallFunctionObjArgs(PyExc_StopIteration, value, NULL); in _PyGen_SetStopIterationValue()
577 PyErr_SetObject(PyExc_StopIteration, e); in _PyGen_SetStopIterationValue()
597 if (PyErr_ExceptionMatches(PyExc_StopIteration)) { in _PyGen_FetchStopIterationValue()
1826 PyErr_SetNone(PyExc_StopIteration); in async_gen_athrow_send()
1936 PyErr_SetNone(PyExc_StopIteration); in async_gen_athrow_send()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dgenobject.c186 PyErr_SetNone(PyExc_StopIteration); in gen_send_ex()
242 PyErr_SetNone(PyExc_StopIteration); in gen_send_ex()
252 else if (!result && PyErr_ExceptionMatches(PyExc_StopIteration)) { in gen_send_ex()
384 if (PyErr_ExceptionMatches(PyExc_StopIteration) in gen_close()
561 PyErr_SetObject(PyExc_StopIteration, value); in _PyGen_SetStopIterationValue()
573 e = PyObject_CallFunctionObjArgs(PyExc_StopIteration, value, NULL); in _PyGen_SetStopIterationValue()
577 PyErr_SetObject(PyExc_StopIteration, e); in _PyGen_SetStopIterationValue()
597 if (PyErr_ExceptionMatches(PyExc_StopIteration)) { in _PyGen_FetchStopIterationValue()
1826 PyErr_SetNone(PyExc_StopIteration); in async_gen_athrow_send()
1936 PyErr_SetNone(PyExc_StopIteration); in async_gen_athrow_send()
[all …]
/dports/lang/cython/Cython-0.29.24/Cython/Utility/
H A DAsyncGen.c521 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_asend_send()
556 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_asend_throw()
838 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_athrow_send()
844 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_athrow_send()
923 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_athrow_send()
929 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_athrow_send()
946 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_athrow_throw()
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Utility/
H A DAsyncGen.c521 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_asend_send()
556 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_asend_throw()
838 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_athrow_send()
844 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_athrow_send()
923 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_athrow_send()
929 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_athrow_send()
946 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_athrow_throw()
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Utility/
H A DAsyncGen.c521 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_asend_send()
556 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_asend_throw()
838 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_athrow_send()
844 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_athrow_send()
923 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_athrow_send()
929 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_athrow_send()
946 PyErr_SetNone(PyExc_StopIteration); in __Pyx_async_gen_athrow_throw()

12345678910>>...47