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

Method cite

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

The cite tag is the standard XHTML tag.

(self, **args)

Source from the content-addressed store, hash-verified

1100 self._closeTag('blockquote')
1101
1102 def cite(self, **args):
1103 """The cite tag is the standard XHTML tag."""
1104 self.write_tag('cite', True, args)
1105
1106 def _cite(self):
1107 self._closeTag('cite')

Callers

nothing calls this directly

Calls 1

write_tagMethod · 0.80

Tested by

no test coverage detected