Searched refs:compile_path (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/ |
D | compileall.py | 113 def compile_path(skip_curdir=1, maxlevels=0, force=0, quiet=0): function 219 success = compile_path()
|
/external/python/cpython3/Lib/ |
D | compileall.py | 274 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/ |
D | compileall.rst | 118 .. function:: compile_path([skip_curdir[, maxlevels[, force]]])
|
/external/python/cpython3/Lib/test/ |
D | test_compileall.py | 172 self.assertTrue(compileall.compile_path(quiet=2)) 176 self.assertFalse(compileall.compile_path(skip_curdir=False,
|
/external/python/cpython3/Doc/library/ |
D | compileall.rst | 294 .. function:: compile_path(skip_curdir=True, maxlevels=0, force=False, quiet=0, legacy=False, optim…
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.5.rst | 971 :func:`~compileall.compile_file`, and :func:`~compileall.compile_path` can now
|