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

Method write_multic

Tools/unicode/genmap_support.py:146–147  ·  view source on GitHub ↗
(self, point)

Source from the content-addressed store, hash-verified

144 self.filler.write('N,')
145
146 def write_multic(self, point):
147 self.filler.write('M,')
148
149 def write_char(self, point):
150 self.filler.write(str(point) + ',')

Callers 1

buildmapMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected