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

Method _h3

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

Source from the content-addressed store, hash-verified

855 self.write_tag_noWhitespace('h3', True, args)
856
857 def _h3(self):
858 self._closeTag_noWhitespace('h3')
859 self.newLine() # Optional newline is self.compact is False.
860
861 def h3_(self, s, **args):
862 """The `h1_` to `h6_` tags define headers, combining the opening and

Callers 1

h3_Method · 0.95

Calls 2

newLineMethod · 0.80

Tested by

no test coverage detected