Home
last modified time | relevance | path

Searched refs:held_errors (Results 1 – 7 of 7) sorted by relevance

/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Compiler/
H A DErrors.py238 held_errors = error_stack.pop()
240 for err in held_errors:
244 def held_errors(): function
/dports/lang/cython/Cython-0.29.24/Cython/Compiler/
H A DErrors.py238 held_errors = error_stack.pop()
240 for err in held_errors:
244 def held_errors(): function
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Compiler/
H A DErrors.py238 held_errors = error_stack.pop()
240 for err in held_errors:
244 def held_errors(): function
/dports/lang/cython-devel/cython-2b1e743/Cython/Compiler/
H A DErrors.py241 held_errors = error_stack.pop()
243 for err in held_errors:
247 def held_errors(): function
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Compiler/
H A DErrors.py238 held_errors = error_stack.pop()
240 for err in held_errors:
244 def held_errors(): function
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dtest_fstring.pyx17 …m Cython.Compiler.Errors import CompileError, hold_errors, release_errors, error_stack, held_errors
41 … assert held_errors(), "Invalid Cython code failed to raise SyntaxError: %r" % str
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dtest_fstring.pyx20 …m Cython.Compiler.Errors import CompileError, hold_errors, release_errors, error_stack, held_errors
44 … assert held_errors(), "Invalid Cython code failed to raise SyntaxError: %r" % str