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

Method Print

deps/v8/tools/grokdump.py:1216–1217  ·  view source on GitHub ↗
(self, p)

Source from the content-addressed store, hash-verified

1214 return isinstance(self, cls)
1215
1216 def Print(self, p):
1217 p.Print(str(self))
1218
1219 def __str__(self):
1220 instance_type = "???"

Callers

nothing calls this directly

Calls 2

strFunction · 0.85
PrintMethod · 0.45

Tested by

no test coverage detected