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

Method write_header

pattern/web/pdf/converter.py:250–254  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

248 return
249
250 def write_header(self):
251 self.write('<html><head>\n')
252 self.write('<meta http-equiv="Content-Type" content="text/html; charset=%s">\n' % self.codec)
253 self.write('</head><body>\n')
254 return
255
256 def write_footer(self):
257 self.write('<div style="position:absolute; top:0px;">Page: %s</div>\n' %

Callers 1

__init__Method · 0.95

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected