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

Method Is

deps/v8/tools/grokdump.py:1213–1214  ·  view source on GitHub ↗
(self, cls)

Source from the content-addressed store, hash-verified

1211 self.address = address
1212
1213 def Is(self, cls):
1214 return isinstance(self, cls)
1215
1216 def Print(self, p):
1217 p.Print(str(self))

Callers 3

PrintMethod · 0.80
__str__Method · 0.80
_GetSourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected