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

Method _h2

Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:818–820  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

816 self.write_tag_noWhitespace('h2', True, args)
817
818 def _h2(self):
819 self._closeTag_noWhitespace('h2')
820 self.newLine() # Optional newline is self.compact is False.
821
822 def h2_(self, s, **args):
823 """

Callers 1

h2_Method · 0.95

Calls 2

newLineMethod · 0.80

Tested by

no test coverage detected