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

Method do_p

deps/v8/tools/grokdump.py:3814–3816  ·  view source on GitHub ↗

see print

(self, cmd)

Source from the content-addressed store, hash-verified

3812 return super(InspectionShell, self).do_help(cmd)
3813
3814 def do_p(self, cmd):
3815 """ see print """
3816 return self.do_print(cmd)
3817
3818 def do_print(self, cmd):
3819 """

Callers

nothing calls this directly

Calls 1

do_printMethod · 0.95

Tested by

no test coverage detected