Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ generate
Method
generate
Tools/unicode/genmap_support.py:114–116 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
112
self.filler = self.filler_class()
113
114
def
generate(self):
115
self.buildmap()
116
self.printmap()
117
118
def
buildmap(self):
119
for
c1 in range(0, 256):
Callers
4
main
Function · 0.95
write_big5_maps
Function · 0.95
main_hkscs
Function · 0.95
main
Function · 0.95
Calls
2
buildmap
Method · 0.95
printmap
Method · 0.95
Tested by
no test coverage detected