Home
last modified time | relevance | path

Searched refs:LunchError (Results 1 – 12 of 12) sorted by relevance

/dports/devel/nuitka/Nuitka-0.6.17/tests/basics/
H A DYieldFrom33.py100 except LunchError:
105 class LunchError(Exception): class
112 e = LunchError("tomato ejected")
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_yield_from.py645 except LunchError:
649 class LunchError(Exception): class
655 e = LunchError("tomato ejected")
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_yield_from.py643 except LunchError:
647 class LunchError(Exception): class
653 e = LunchError("tomato ejected")
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_yield_from.py645 except LunchError:
649 class LunchError(Exception): class
655 e = LunchError("tomato ejected")
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_yield_from.py645 except LunchError:
649 class LunchError(Exception): class
655 e = LunchError("tomato ejected")
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_yield_from.py645 except LunchError:
649 class LunchError(Exception): class
655 e = LunchError("tomato ejected")
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_yield_from.py645 except LunchError:
649 class LunchError(Exception): class
655 e = LunchError("tomato ejected")
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_yield_from.py645 except LunchError:
649 class LunchError(Exception): class
655 e = LunchError("tomato ejected")
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_yield_from.py645 except LunchError:
649 class LunchError(Exception): class
655 e = LunchError("tomato ejected")
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_yield_from.py645 except LunchError:
649 class LunchError(Exception): class
655 e = LunchError("tomato ejected")
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dyield_from_pep380.pyx718 Caught LunchError in g2
737 except LunchError:
738 trace.append("Caught LunchError in g2")
741 class LunchError(Exception): class
747 e = LunchError("tomato ejected")
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dyield_from_pep380.pyx718 Caught LunchError in g2
737 except LunchError:
738 trace.append("Caught LunchError in g2")
741 class LunchError(Exception): class
747 e = LunchError("tomato ejected")