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

Method _h4

Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:895–898  ·  view source on GitHub ↗

Closing tag of h4.

(self)

Source from the content-addressed store, hash-verified

893 self.write_tag_noWhitespace('h4', True, args)
894
895 def _h4(self):
896 """Closing tag of h4."""
897 self._closeTag_noWhitespace('h4')
898 self.newLine() # Optional newline is self.compact is False.
899
900 def h4_(self, s, **args):
901 """The `h1_` to `h6_` tags define headers, combining the opening and

Callers 1

h4_Method · 0.95

Calls 2

newLineMethod · 0.80

Tested by

no test coverage detected