MCPcopy Index your code
hub / github.com/python/cpython / print_autogen

Function print_autogen

Tools/unicode/genmap_support.py:179–180  ·  view source on GitHub ↗
(fo, source)

Source from the content-addressed store, hash-verified

177
178
179def print_autogen(fo, source):
180 fo.write(f'// AUTO-GENERATED FILE FROM {source}: DO NOT EDIT\n')
181
182
183def loadmap(fo, natcol=0, unicol=1, sbcs=0):

Callers 5

mainFunction · 0.85
mainFunction · 0.85
main_twFunction · 0.85
main_hkscsFunction · 0.85
mainFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…