Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageBot/PageBot
/ _button
Method
_button
Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:1886–1887 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1884
self.write_tag(
'button'
, True, args)
1885
1886
def
_button(self):
1887
self._closeTag(
'button'
)
1888
1889
def
button_(self, label, **args):
1890
self.button(**args)
Callers
2
button_
Method · 0.95
build_html
Method · 0.80
Calls
1
_closeTag
Method · 0.80
Tested by
no test coverage detected