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

Method __init__

deps/v8/tools/run_perf.py:317–318  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

315class Node(object):
316 """Represents a node in the suite tree structure."""
317 def __init__(self, *args):
318 self._children = []
319
320 def AppendChild(self, child):
321 self._children.append(child)

Callers 8

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected