Home
last modified time | relevance | path

Searched refs:compile_path (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
Dcompileall.py113 def compile_path(skip_curdir=1, maxlevels=0, force=0, quiet=0): function
219 success = compile_path()
/external/python/cpython3/Lib/
Dcompileall.py274 def compile_path(skip_curdir=1, maxlevels=0, force=False, quiet=0, function
451 return compile_path(legacy=args.legacy, force=args.force,
/external/python/cpython2/Doc/library/
Dcompileall.rst118 .. function:: compile_path([skip_curdir[, maxlevels[, force]]])
/external/python/cpython3/Lib/test/
Dtest_compileall.py172 self.assertTrue(compileall.compile_path(quiet=2))
176 self.assertFalse(compileall.compile_path(skip_curdir=False,
/external/python/cpython3/Doc/library/
Dcompileall.rst294 .. function:: compile_path(skip_curdir=True, maxlevels=0, force=False, quiet=0, legacy=False, optim…
/external/python/cpython3/Doc/whatsnew/
D3.5.rst971 :func:`~compileall.compile_file`, and :func:`~compileall.compile_path` can now