MCPcopy Index your code
hub / github.com/nodejs/node / Indent

Method Indent

deps/v8/tools/grokdump.py:1153–1154  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1151 self.indent = 0
1152
1153 def Indent(self):
1154 self.indent += 2
1155
1156 def Dedent(self):
1157 self.indent -= 2

Callers 4

PrintMethod · 0.80
PrintMethod · 0.80
PrintMethod · 0.80
PrintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected