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

Function _compile

Lib/imputil.py:415–444  ·  view source on GitHub ↗

Compile (and cache) a Python source file. The file specified by is compiled to a code object and returned. Presuming the appropriate privileges exist, the bytecodes will be saved back to the filesystem for future imports. The source file's modification timestamp must

(pathname, timestamp)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

py_suffix_importerFunction · 0.70

Calls 9

openFunction · 0.70
readMethod · 0.45
compileMethod · 0.45
writeMethod · 0.45
packMethod · 0.45
dumpMethod · 0.45
flushMethod · 0.45
seekMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected