HomeSort by relevance Sort by last modified time
    Searched refs:py_compile (Results 26 - 42 of 42) sorted by null

12

  /external/python/cpython3/Lib/test/
test_cmd_line_script.py 11 import py_compile
226 py_compile.compile(script_name, doraise=True)
243 py_compile.compile(script_name, doraise=True)
265 compiled_name = py_compile.compile(script_name, doraise=True)
317 compiled_name = py_compile.compile(script_name, doraise=True)
test_imp.py 5 import py_compile
359 py_compile.compile(
362 invalidation_mode=py_compile.PycInvalidationMode.CHECKED_HASH,
test_runpy.py 9 import py_compile
669 compiled_name = py_compile.compile(script_name, doraise=True)
685 compiled_name = py_compile.compile(script_name, doraise=True)
711 compiled_name = py_compile.compile(script_name, doraise=True)
test_compileall.py 7 import py_compile
66 py_compile.compile(self.source_path)
test_pydoc.py 7 import py_compile
596 py_compile.compile(init_path)
    [all...]
  /external/python/cpython3/PC/layout/
main.py 246 import py_compile
252 py_compile.PycInvalidationMode.CHECKED_HASH
254 else py_compile.PycInvalidationMode.UNCHECKED_HASH
259 py_compile.compile(
268 except py_compile.PyCompileError:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 444 with the standard py_compile module, or indirectly by writing a
522 # "Direct" byte-compilation: use the py_compile module to compile
527 from py_compile import compile
535 # Terminology from the py_compile module:
  /external/python/cpython2/Lib/distutils/
util.py 354 with the standard py_compile module, or indirectly by writing a
432 # "Direct" byte-compilation: use the py_compile module to compile
437 from py_compile import compile
445 # Terminology from the py_compile module:
  /external/python/cpython3/Lib/distutils/
util.py 336 with the standard py_compile module, or indirectly by writing a
417 # "Direct" byte-compilation: use the py_compile module to compile
422 from py_compile import compile
430 # Terminology from the py_compile module:
  /external/libchrome/third_party/jinja2/
environment.py 640 ignore_errors=True, py_compile=False):
656 If `py_compile` is set to `True` .pyc files will be written to the
668 if py_compile:
671 warn(Warning('py_compile has no effect on pypy or Python 3'))
672 py_compile = False
718 if py_compile:
    [all...]
  /external/python/cpython2/Lib/test/
test_pydoc.py 6 import py_compile
412 py_compile.compile(init_path)
424 py_compile.compile(init_path)
  /external/python/cpython3/Lib/test/test_import/
__init__.py 9 import py_compile
184 py_compile.compile(filename)
582 py_compile.compile(self.file_name, dfile="another_module.py")
590 py_compile.compile(self.file_name, dfile=target)
600 py_compile.compile(self.file_name)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
zipfile.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
zipfile.py     [all...]
  /external/chromium-trace/catapult/third_party/zipfile/
zipfile_2_7_13.py     [all...]
  /external/python/cpython2/Lib/
zipfile.py     [all...]
  /external/python/cpython3/Lib/
zipfile.py     [all...]

Completed in 1250 milliseconds

12