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

Method _h6

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

Source from the content-addressed store, hash-verified

969 self.write_tag_noWhitespace('h6', True, args)
970
971 def _h6(self):
972 self._closeTag_noWhitespace('h6')
973
974 def h6_(self, s, **args):
975 """The `h1_` to `h6_` tags define headers, combining the opening and

Callers 1

h6_Method · 0.95

Calls 1

Tested by

no test coverage detected