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

Method __str__

deps/v8/tools/grokdump.py:1376–1377  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1374 p.Print(str(self))
1375
1376 def __str__(self):
1377 return "\"%s\"" % self.GetChars()
1378
1379
1380class SeqString(String):

Callers

nothing calls this directly

Calls 1

GetCharsMethod · 0.95

Tested by

no test coverage detected