Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ main
Function
main
Tools/freeze/regen_frozen.py:43–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
42
43
def
main():
44
out_filename = sys.argv[1]
45
co_bytes = get_module_code(FILE)
46
with
open(out_filename,
'w'
)
as
fp:
47
gen_c_code(fp, co_bytes)
48
49
50
if
__name__ ==
'__main__'
:
Callers
1
regen_frozen.py
File · 0.70
Calls
3
get_module_code
Function · 0.85
gen_c_code
Function · 0.85
open
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…