Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageBot/PageBot
/ _figure
Method
_figure
Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:1006–1007 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1004
self.write_tag(
'figure'
, True, args)
1005
1006
def
_figure(self):
1007
self._closeTag(
'figure'
)
1008
1009
def
figcaption(self, **args):
1010
""
"The figure method (HTML5) is used
for
annotating illustrations,
Callers
nothing calls this directly
Calls
1
_closeTag
Method · 0.80
Tested by
no test coverage detected