Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
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:
Dcompileall.py100 except py_compile.PyCompileError,err:
Dzipfile.py1465 except py_compile.PyCompileError,err:
/external/python/cpython3/Lib/
Dpy_compile.py17 class PyCompileError(Exception): class
127 py_exc = PyCompileError(err.__class__, err, dfile or file)
169 except PyCompileError as error:
179 except PyCompileError as error:
Dcompileall.py150 except py_compile.PyCompileError as err:
Dzipfile.py1884 except py_compile.PyCompileError as err:
/external/python/cpython2/Doc/library/
Dpy_compile.rst24 .. exception:: PyCompileError
36 true, a :exc:`PyCompileError` is raised when an error is encountered while
/external/python/cpython3/Doc/library/
Dpy_compile.rst25 .. exception:: PyCompileError
39 instead of *file*. If *doraise* is true, a :exc:`PyCompileError` is raised
/external/python/cpython2/Tools/nuget/
Dmake_zip.py134 except py_compile.PyCompileError:
/external/python/cpython3/Tools/msi/
Dmake_zip.py149 except py_compile.PyCompileError:
/external/chromium-trace/catapult/third_party/zipfile/
Dzipfile_2_7_13.py1465 except py_compile.PyCompileError,err:
/external/python/cpython3/Misc/
DNEWS6216 - Issue #23811: Add missing newline to the PyCompileError error message.
DHISTORY573 - Issue #23811: Add missing newline to the PyCompileError error message.
22153 - py_compile has a new 'doraise' flag and a new PyCompileError
/external/python/cpython2/Misc/
DNEWS1226 - Issue #23811: Add missing newline to the PyCompileError error message.
DHISTORY4769 - py_compile has a new 'doraise' flag and a new PyCompileError