MCPcopy Create free account
hub / github.com/PageBot/PageBot / button_

Method button_

Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:1889–1892  ·  view source on GitHub ↗
(self, label, **args)

Source from the content-addressed store, hash-verified

1887 self._closeTag('button')
1888
1889 def button_(self, label, **args):
1890 self.button(**args)
1891 self.addHtml(label)
1892 self._button()
1893
1894 def textarea(self, **args):
1895 """Defines a text area (a multi-line text input control). A user can

Callers

nothing calls this directly

Calls 3

buttonMethod · 0.95
addHtmlMethod · 0.95
_buttonMethod · 0.95

Tested by

no test coverage detected