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

Method write_nochar

Tools/unicode/genmap_support.py:143–144  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

141 raise ValueError
142
143 def write_nochar(self):
144 self.filler.write('N,')
145
146 def write_multic(self, point):
147 self.filler.write('M,')

Callers 1

buildmapMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected