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

Method _blockquote

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

Source from the content-addressed store, hash-verified

1097 self.write_tag('blockquote', True, args)
1098
1099 def _blockquote(self):
1100 self._closeTag('blockquote')
1101
1102 def cite(self, **args):
1103 """The cite tag is the standard XHTML tag."""

Callers

nothing calls this directly

Calls 1

_closeTagMethod · 0.80

Tested by

no test coverage detected