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

Method do_print

deps/v8/tools/grokdump.py:3818–3825  ·  view source on GitHub ↗

Evaluate an arbitrary python command.

(self, cmd)

Source from the content-addressed store, hash-verified

3816 return self.do_print(cmd)
3817
3818 def do_print(self, cmd):
3819 """
3820 Evaluate an arbitrary python command.
3821 """
3822 try:
3823 print(self.EvalExpression(cmd))
3824 except:
3825 pass
3826
3827 def do_da(self, address):
3828 """ see display_ascii"""

Callers 1

do_pMethod · 0.95

Calls 2

EvalExpressionMethod · 0.95
printFunction · 0.70

Tested by

no test coverage detected