Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ compileall.py
File
compileall.py
Lib/compileall.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Module/script to byte-compile all .py files to .pyc files.
2
3
When called
as
a script
with
arguments, this compiles the directories
4
given
as
arguments recursively; the -l option prevents it
from
Callers
nothing calls this directly
Calls
2
main
Function · 0.70
exit
Method · 0.45
Tested by
no test coverage detected