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

Method node_tab

Lib/pagebot/base/typesetter.py:178–180  ·  view source on GitHub ↗

Non-HTML tag, substituted from \t, now convert back into \t.

(self, node, e)

Source from the content-addressed store, hash-verified

176 self.currentImage = None # Keep the last processed image, in case there are captions to add.
177
178 def node_tab(self, node, e):
179 """Non-HTML tag, substituted from \t, now convert back into \t."""
180 self.append('\t')
181
182 def dropcap(self, node, e):
183 context = self.context

Callers

nothing calls this directly

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected