Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
179
def
print_autogen(fo, source):
180
fo.write(f
'// AUTO-GENERATED FILE FROM {source}: DO NOT EDIT\n'
)
181
182
183
def
loadmap(fo, natcol=0, unicol=1, sbcs=0):
Callers
5
main
Function · 0.85
main
Function · 0.85
main_tw
Function · 0.85
main_hkscs
Function · 0.85
main
Function · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…