Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ Print
Method
Print
deps/v8/tools/grokdump.py:1373–1374 ·
view source on GitHub ↗
(self, p)
Source
from the content-addressed store, hash-verified
1371
return
"?string?"
1372
1373
def
Print(self, p):
1374
p.Print(str(self))
1375
1376
def
__str__(self):
1377
return
"\"
%s\
""
% self.GetChars()
Callers
nothing calls this directly
Calls
2
str
Function · 0.85
Print
Method · 0.45
Tested by
no test coverage detected