Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageBot/PageBot
/ _figcaption
Method
_figcaption
Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:1029–1030 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1027
self.write_tag(
'figcaption'
, True, args)
1028
1029
def
_figcaption(self):
1030
self._closeTag(
'figcaption'
)
1031
1032
def
hgroup(self, **args):
1033
""
"The hgroup method (HTML5) defines the heading of a section or a
Callers
nothing calls this directly
Calls
1
_closeTag
Method · 0.80
Tested by
no test coverage detected