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

Method textBox

Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:343–347  ·  view source on GitHub ↗

Just add the text, ignore position for now.

(self, bs, box, align=None)

Source from the content-addressed store, hash-verified

341 # Compatible component support
342
343 def textBox(self, bs, box, align=None):
344 """Just add the text, ignore position for now."""
345 self.div()
346 self.addHtml(str(bs))
347 self._div()
348
349 text = textBox
350

Callers

nothing calls this directly

Calls 3

divMethod · 0.95
addHtmlMethod · 0.95
_divMethod · 0.95

Tested by

no test coverage detected