MCPcopy Index your code
hub / github.com/clips/pattern / write_text

Method write_text

pattern/web/pdf/converter.py:176–178  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

174 return
175
176 def write_text(self, text):
177 self.outfp.write(text.encode(self.codec, 'ignore'))
178 return
179
180 def receive_layout(self, ltpage):
181 def render(item):

Callers 2

renderMethod · 0.95
receive_layoutMethod · 0.95

Calls 2

writeMethod · 0.80
encodeMethod · 0.45

Tested by

no test coverage detected