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

Method Dedent

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

Source from the content-addressed store, hash-verified

1154 self.indent += 2
1155
1156 def Dedent(self):
1157 self.indent -= 2
1158
1159 def Print(self, string):
1160 print("%s%s" % (self._IndentString(), string))

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected