Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_tag
Method · 0.95
html
Method · 0.80
title
Method · 0.80
title_
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected