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

Method _h1

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

Source from the content-addressed store, hash-verified

777 self.write_tag_noWhitespace('h1', True, args)
778
779 def _h1(self):
780 self._closeTag_noWhitespace('h1')
781 self.newLine() # Optional newline is self.compact is False.
782
783 def h1_(self, s, **args):
784 """The `h1_` to `h6_` tags define headers, combining the opening and

Callers 3

h1_Method · 0.95
build_htmlMethod · 0.80
build_htmlMethod · 0.80

Calls 2

newLineMethod · 0.80

Tested by

no test coverage detected