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

Method header

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

The header method (HTML5) defines an introduction to the document.

(self, **args)

Source from the content-addressed store, hash-verified

1059 self._closeTag('article')
1060
1061 def header(self, **args):
1062 """The header method (HTML5) defines an introduction to the document.
1063 """
1064 self.write_tag('header', True, args)
1065
1066 def _header(self):
1067 self._closeTag('header')

Callers 2

build_htmlMethod · 0.80
build_htmlMethod · 0.80

Calls 1

write_tagMethod · 0.80

Tested by

no test coverage detected