MCPcopy Create free account
hub / github.com/nodejs/node / Print

Method Print

deps/v8/tools/grokdump.py:1159–1160  ·  view source on GitHub ↗
(self, string)

Source from the content-addressed store, hash-verified

1157 self.indent -= 2
1158
1159 def Print(self, string):
1160 print("%s%s" % (self._IndentString(), string))
1161
1162 def PrintLines(self, lines):
1163 indent = self._IndentString()

Callers

nothing calls this directly

Calls 2

_IndentStringMethod · 0.95
printFunction · 0.70

Tested by

no test coverage detected