Home
last modified time | relevance | path

Searched refs:PyCompileError (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dpy_compile.py18 class PyCompileError(Exception): class
115 py_exc = PyCompileError(err.__class__, err, dfile or file)
153 except PyCompileError as error:
163 except PyCompileError as error:
/dports/lang/python27/Python-2.7.18/Lib/
H A Dpy_compile.py18 class PyCompileError(Exception): class
115 py_exc = PyCompileError(err.__class__, err, dfile or file)
153 except PyCompileError as error:
163 except PyCompileError as error:
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dpy_compile.py18 class PyCompileError(Exception): class
115 py_exc = PyCompileError(err.__class__,err.args,dfile or file)
153 except PyCompileError as error:
163 except PyCompileError as error:
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dpy_compile.py14 class PyCompileError(Exception): class
98 py_exc = PyCompileError(err.__class__,err.args,dfile or file)
121 except PyCompileError, err:
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dpy_compile.py18 class PyCompileError(Exception): class
147 py_exc = PyCompileError(err.__class__, err, dfile or file)
198 except PyCompileError as error:
208 except PyCompileError as error:
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dpy_compile.py18 class PyCompileError(Exception): class
147 py_exc = PyCompileError(err.__class__, err, dfile or file)
198 except PyCompileError as error:
208 except PyCompileError as error:
/dports/lang/python37/Python-3.7.12/Lib/
H A Dpy_compile.py18 class PyCompileError(Exception): class
145 py_exc = PyCompileError(err.__class__, err, dfile or file)
195 except PyCompileError as error:
205 except PyCompileError as error:
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dpy_compile.py18 class PyCompileError(Exception): class
147 py_exc = PyCompileError(err.__class__, err, dfile or file)
198 except PyCompileError as error:
208 except PyCompileError as error:
/dports/lang/python39/Python-3.9.9/Lib/
H A Dpy_compile.py18 class PyCompileError(Exception): class
147 py_exc = PyCompileError(err.__class__, err, dfile or file)
198 except PyCompileError as error:
208 except PyCompileError as error:
/dports/lang/python38/Python-3.8.12/Lib/
H A Dpy_compile.py18 class PyCompileError(Exception): class
147 py_exc = PyCompileError(err.__class__, err, dfile or file)
198 except PyCompileError as error:
208 except PyCompileError as error:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dpy_compile.py18 class PyCompileError(Exception): class
147 py_exc = PyCompileError(err.__class__, err, dfile or file)
198 except PyCompileError as error:
208 except PyCompileError as error:
/dports/lang/python310/Python-3.10.1/Lib/
H A Dpy_compile.py18 class PyCompileError(Exception): class
147 py_exc = PyCompileError(err.__class__, err, dfile or file)
199 except PyCompileError as error:
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dpy_compile.py18 class PyCompileError(Exception): class
147 py_exc = PyCompileError(err.__class__, err, dfile or file)
199 except PyCompileError as error:
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Dpy_compile.rst24 .. exception:: PyCompileError
36 true, a :exc:`PyCompileError` is raised when an error is encountered while
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Dpy_compile.rst24 .. exception:: PyCompileError
36 true, a :exc:`PyCompileError` is raised when an error is encountered while
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dpy_compile.pyi5 class PyCompileError(Exception):
/dports/misc/usd/USD-21.11/cmake/macros/
H A DcompilePython.py46 except py_compile.PyCompileError as compileError:
/dports/games/openage/openage-0.3.0-1262-ga554ab49/buildsystem/
H A Dcompilepy.py60 except py_compile.PyCompileError as exc:
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dpy_compile.pyi4 class PyCompileError(Exception):
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/
H A Dpy_compile.pyi9 class PyCompileError(Exception):
/dports/editors/o/o-2.46.0/
H A Dparseerr_test.go23 __main__.PyCompileError: File "main.py", line 8
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dpy_compile.pyi6 class PyCompileError(Exception):
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Dpy_compile.rst25 .. exception:: PyCompileError
39 instead of *file*. If *doraise* is true, a :exc:`PyCompileError` is raised
49 a :exc:`PyCompileError` is raised instead. However if *quiet* is 2,
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dpy_compile.rst25 .. exception:: PyCompileError
39 instead of *file*. If *doraise* is true, a :exc:`PyCompileError` is raised
49 a :exc:`PyCompileError` is raised instead. However if *quiet* is 2,
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Dpy_compile.rst25 .. exception:: PyCompileError
39 instead of *file*. If *doraise* is true, a :exc:`PyCompileError` is raised
49 a :exc:`PyCompileError` is raised instead. However if *quiet* is 2,

1234567