MCPcopy Create free account
hub / github.com/nodejs/node / __str__

Method __str__

deps/v8/tools/profiling/ll_prof.py:469–471  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

467 _fields_ = Descriptor.CtypesFields(fields)
468
469 def __str__(self):
470 return ", ".join("%s: %s" % (field, self.__getattribute__(field))
471 for field, _ in TraceItem._fields_)
472
473 self.ctype = TraceItem
474

Callers

nothing calls this directly

Calls 2

joinMethod · 0.45
__getattribute__Method · 0.45

Tested by

no test coverage detected