Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ Print
Method
Print
deps/v8/tools/grokdump.py:1470–1471 ·
view source on GitHub ↗
(self, p)
Source
from the content-addressed store, hash-verified
1468
self.kind = self.SmiField(self.KindOffset())
1469
1470
def
Print(self, p):
1471
p.Print(str(self))
1472
1473
def
__str__(self):
1474
if
self.to_string:
Callers
nothing calls this directly
Calls
2
str
Function · 0.85
Print
Method · 0.45
Tested by
no test coverage detected