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

Method _h5

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

Source from the content-addressed store, hash-verified

932 self.write_tag_noWhitespace('h5', True, args)
933
934 def _h5(self):
935 self._closeTag_noWhitespace('h5')
936
937 def h5_(self, s, **args):
938 """The `h1_` to `h6_` tags define headers, combining the opening and

Callers 2

h5_Method · 0.95
build_htmlMethod · 0.80

Calls 1

Tested by

no test coverage detected