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

Method _header

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

Source from the content-addressed store, hash-verified

1064 self.write_tag('header', True, args)
1065
1066 def _header(self):
1067 self._closeTag('header')
1068
1069 def footer(self, **args):
1070 """The footer method (HTML5) defines a footer to the document.

Callers 2

build_htmlMethod · 0.80
build_htmlMethod · 0.80

Calls 1

_closeTagMethod · 0.80

Tested by

no test coverage detected