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

Method blockquote

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

The blockquote tag is the standard XHTML tag.

(self, **args)

Source from the content-addressed store, hash-verified

1093 self._closeTag_noWhitespace('pre')
1094
1095 def blockquote(self, **args):
1096 """The blockquote tag is the standard XHTML tag."""
1097 self.write_tag('blockquote', True, args)
1098
1099 def _blockquote(self):
1100 self._closeTag('blockquote')

Callers

nothing calls this directly

Calls 1

write_tagMethod · 0.80

Tested by

no test coverage detected