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

Function compile_file

Lib/compileall.py:61–111  ·  view source on GitHub ↗

Byte-compile one file. Arguments (only fullname is required): fullname: the file to byte-compile ddir: if given, the directory name compiled in to the byte-code file. force: if 1, force compilation, even if timestamps are up-to-date quiet: if 1, be

(fullname, 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_dirFunction · 0.85
mainFunction · 0.85

Calls 8

openFunction · 0.70
joinMethod · 0.45
searchMethod · 0.45
isfileMethod · 0.45
statMethod · 0.45
packMethod · 0.45
readMethod · 0.45
compileMethod · 0.45

Tested by

no test coverage detected