Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageBot/PageBot
/ _h2
Method
_h2
Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:818–820 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
816
self.write_tag_noWhitespace(
'h2'
, True, args)
817
818
def
_h2(self):
819
self._closeTag_noWhitespace(
'h2'
)
820
self.newLine()
# Optional newline is self.compact is False.
821
822
def
h2_(self, s, **args):
823
""
"
Callers
1
h2_
Method · 0.95
Calls
2
_closeTag_noWhitespace
Method · 0.80
newLine
Method · 0.80
Tested by
no test coverage detected