Home
last modified time | relevance | path

Searched refs:compile_path (Results 1 – 2 of 2) 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/cpython2/Doc/library/
Dcompileall.rst118 .. function:: compile_path([skip_curdir[, maxlevels[, force]]])