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

Method tabIn

Lib/pagebot/contexts/htmlcontext/xmlbuilder.py:64–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62 self.write(self._newLine + (self._tabIndent * self._tabLevel))
63
64 def tabIn(self):
65 if not self.compact and self._doIndent:
66 self._tabLevel += 1
67
68 def tabOut(self):
69 if not self.compact and self._doIndent:

Callers 4

write_tagMethod · 0.95
htmlMethod · 0.80
titleMethod · 0.80
title_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected