MCPcopy Create free account
hub / github.com/PageBot/PageBot / docType

Method docType

Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:635–636  ·  view source on GitHub ↗
(self, s=None)

Source from the content-addressed store, hash-verified

633 self._cssOut = []
634
635 def docType(self, s=None):
636 self.write('<!DOCTYPE %s>\n' % (s or 'html'))
637
638 def html(self, xmlns=None, **args):
639 """

Callers 1

write_htmlMethod · 0.80

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected