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

Method __init__

deps/v8/tools/run_perf.py:567–572  ·  view source on GitHub ↗
(self, suite, parent, arch)

Source from the content-addressed store, hash-verified

565 """Represents a runnable suite definition (i.e. has a main file).
566 """
567 def __init__(self, suite, parent, arch):
568 super(RunnableConfig, self).__init__(suite, parent, arch)
569 self.arch = arch
570 assert self.main, "No main js file provided"
571 if not self.owners:
572 logging.error("No owners provided for %s" % self.name)
573
574 def ChangeCWD(self, suite_path):
575 """Changes the cwd to to path defined in the current graph.

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
errorMethod · 0.45

Tested by

no test coverage detected