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

Method write

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

Source from the content-addressed store, hash-verified

244 return
245
246 def write(self, text):
247 self.outfp.write(text)
248 return
249
250 def write_header(self):
251 self.write('<html><head>\n')

Callers 15

write_headerMethod · 0.95
write_footerMethod · 0.95
write_textMethod · 0.95
place_rectMethod · 0.95
place_imageMethod · 0.95
place_textMethod · 0.95
begin_textboxMethod · 0.95
put_textMethod · 0.95
put_newlineMethod · 0.95
end_textboxMethod · 0.95
renderMethod · 0.95
saveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected