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

Method _div

Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:1446–1449  ·  view source on GitHub ↗
(self, comment=None)

Source from the content-addressed store, hash-verified

1444 self.write_tag_noWhitespace('div', True, args)
1445
1446 def _div(self, comment=None):
1447 self._closeTag_noWhitespace('div')
1448 if comment is not None:
1449 self.comment(comment)
1450
1451 def svg(self, **args):
1452 self.write_tag('svg', True, args)

Callers 15

textBoxMethod · 0.95
build_htmlMethod · 0.80
build_htmlMethod · 0.80
build_htmlMethod · 0.80
build_htmlMethod · 0.80
build_htmlMethod · 0.80
build_htmlMethod · 0.80
build_htmlMethod · 0.80
build_htmlMethod · 0.80
build_htmlMethod · 0.80
build_htmlMethod · 0.80
build_htmlMethod · 0.80

Calls 2

commentMethod · 0.95

Tested by

no test coverage detected