Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageBot/PageBot
/ tabOut
Method
tabOut
Lib/pagebot/contexts/htmlcontext/xmlbuilder.py:68–70 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
66
self._tabLevel += 1
67
68
def
tabOut(self):
69
if
not self.compact and self._doIndent:
70
self._tabLevel = max(0, self._tabLevel - 1)
71
72
def
newLine(self, count=1):
73
if
not self.compact:
Callers
1
_closeTag
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected