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

Method _htmlNode

Lib/pagebot/base/typesetter.py:587–589  ·  view source on GitHub ↗

Close the html tag of node.

(self, node)

Source from the content-addressed store, hash-verified

585 self.append(htmlTag)
586
587 def _htmlNode(self, node):
588 """Close the html tag of node."""
589 self.append('</%s>' % node.tag)
590
591 def htmlNode_(self, node):
592 """Opem+close the html tag of node."""

Callers 1

typesetNodeMethod · 0.95

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected