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

Function compile_path

Lib/compileall.py:113–130  ·  view source on GitHub ↗

Byte-compile all module on sys.path. Arguments (all optional): skip_curdir: if true, skip current directory (default true) maxlevels: max recursion level (default 0) force: as for compile_dir() (default 0) quiet: as for compile_dir() (default 0)

(skip_curdir=1, maxlevels=0, force=0, quiet=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls 1

compile_dirFunction · 0.85

Tested by

no test coverage detected