MCPcopy 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

mainFunction · 0.95
write_big5_mapsFunction · 0.95
main_hkscsFunction · 0.95
mainFunction · 0.95

Calls 2

buildmapMethod · 0.95
printmapMethod · 0.95

Tested by

no test coverage detected