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

Method footer

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

The footer method (HTML5) defines a footer to the document.

(self, **args)

Source from the content-addressed store, hash-verified

1067 self._closeTag('header')
1068
1069 def footer(self, **args):
1070 """The footer method (HTML5) defines a footer to the document.
1071 """
1072 self.write_tag('footer', True, args)
1073
1074 def _footer(self):
1075 self._closeTag('footer')

Callers 1

build_htmlMethod · 0.80

Calls 1

write_tagMethod · 0.80

Tested by

no test coverage detected