Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageBot/PageBot
/ _article
Method
_article
Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:1058–1059 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1056
self.write_tag(
'article'
, True, args)
1057
1058
def
_article(self):
1059
self._closeTag(
'article'
)
1060
1061
def
header(self, **args):
1062
""
"The header method (HTML5) defines an introduction to the document.
Callers
nothing calls this directly
Calls
1
_closeTag
Method · 0.80
Tested by
no test coverage detected