Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageBot/PageBot
/ map
Method
map
Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:1482–1484 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
1480
self.write_tag(
'img'
, False, args)
1481
1482
def
map(self, name):
1483
self.write(
'<map name="%s">'
% name)
1484
self._pushTag(
'map'
)
1485
1486
def
_map(self):
1487
self._closeTag(
'map'
)
Callers
nothing calls this directly
Calls
2
write
Method · 0.80
_pushTag
Method · 0.80
Tested by
no test coverage detected