MCPcopy 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
43def 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
50if __name__ == '__main__':

Callers 1

regen_frozen.pyFile · 0.70

Calls 3

get_module_codeFunction · 0.85
gen_c_codeFunction · 0.85
openFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…