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

Method _section

Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:1083–1084  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1081 self.write_tag('section', True, args)
1082
1083 def _section(self):
1084 self._closeTag('section')
1085
1086 def pre(self, **args):
1087 """The pre element defines preformatted text. The text enclosed in the

Callers 3

build_htmlMethod · 0.80
build_htmlMethod · 0.80
build_htmlMethod · 0.80

Calls 1

_closeTagMethod · 0.80

Tested by

no test coverage detected