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

Function byte_compile

Lib/distutils/util.py:343–482  ·  view source on GitHub ↗

Byte-compile a collection of Python source files to either .pyc or .pyo files in the same directory. 'py_files' is a list of files to compile; any files that don't end in ".py" are silently skipped. 'optimize' must be one of the following: 0 - don't optimize (generate .pyc)

(py_files,
                  optimize=0, force=0,
                  prefix=None, base_dir=None,
                  verbose=1, dry_run=0,
                  direct=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

byte_compileMethod · 0.90
byte_compileMethod · 0.90
write_stubMethod · 0.90

Calls 14

mkstempFunction · 0.90
mktempFunction · 0.90
spawnFunction · 0.90
newerFunction · 0.90
compileFunction · 0.90
executeFunction · 0.70
openFunction · 0.50
infoMethod · 0.45
writeMethod · 0.45
joinMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected