HomeSort by relevance Sort by last modified time
    Searched defs:PyCompileError (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/Lib/
py_compile.py 14 __all__ = ["compile", "main", "PyCompileError"]
17 class PyCompileError(Exception):
23 raise PyCompileError(exc_type,exc_value,file[,msg])
77 exception occurs and this flag is set to True, a PyCompileError
127 py_exc = PyCompileError(err.__class__, err, dfile or file)
169 except PyCompileError as error:
179 except PyCompileError as error:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
py_compile.py 15 __all__ = ["compile", "main", "PyCompileError"]
18 class PyCompileError(Exception):
24 raise PyCompileError(exc_type,exc_value,file[,msg])
87 PyCompileError exception will be raised.
115 py_exc = PyCompileError(err.__class__,err.args,dfile or file)
153 except PyCompileError as error:
163 except PyCompileError as error:
  /external/python/cpython2/Lib/
py_compile.py 15 __all__ = ["compile", "main", "PyCompileError"]
18 class PyCompileError(Exception):
24 raise PyCompileError(exc_type,exc_value,file[,msg])
87 PyCompileError exception will be raised.
115 py_exc = PyCompileError(err.__class__, err, dfile or file)
153 except PyCompileError as error:
163 except PyCompileError as error:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
py_compile.py 15 __all__ = ["compile", "main", "PyCompileError"]
18 class PyCompileError(Exception):
24 raise PyCompileError(exc_type,exc_value,file[,msg])
87 PyCompileError exception will be raised.
115 py_exc = PyCompileError(err.__class__, err, dfile or file)
153 except PyCompileError as error:
163 except PyCompileError as error:
  /prebuilts/gdb/linux-x86/lib/python2.7/
py_compile.py 15 __all__ = ["compile", "main", "PyCompileError"]
18 class PyCompileError(Exception):
24 raise PyCompileError(exc_type,exc_value,file[,msg])
87 PyCompileError exception will be raised.
115 py_exc = PyCompileError(err.__class__, err, dfile or file)
153 except PyCompileError as error:
163 except PyCompileError as error:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
py_compile.py 15 __all__ = ["compile", "main", "PyCompileError"]
18 class PyCompileError(Exception):
24 raise PyCompileError(exc_type,exc_value,file[,msg])
87 PyCompileError exception will be raised.
115 py_exc = PyCompileError(err.__class__, err, dfile or file)
153 except PyCompileError as error:
163 except PyCompileError as error:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
py_compile.py 15 __all__ = ["compile", "main", "PyCompileError"]
18 class PyCompileError(Exception):
24 raise PyCompileError(exc_type,exc_value,file[,msg])
87 PyCompileError exception will be raised.
115 py_exc = PyCompileError(err.__class__, err, dfile or file)
153 except PyCompileError as error:
163 except PyCompileError as error:

Completed in 65 milliseconds