MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / compile_dir

Function compile_dir

Lib/compileall.py:21–59  ·  view source on GitHub ↗

Byte-compile all modules in the given directory tree. Arguments (only dir is required): dir: the directory to byte-compile maxlevels: maximum recursion level (default 10) ddir: the directory that will be prepended to the path to the file as it is compiled

(dir, maxlevels=10, ddir=None,
                force=0, rx=None, quiet=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

compile_pathFunction · 0.85
mainFunction · 0.85

Calls 6

compile_fileFunction · 0.85
islinkMethod · 0.80
listdirMethod · 0.45
sortMethod · 0.45
joinMethod · 0.45
isdirMethod · 0.45

Tested by

no test coverage detected