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

Method __init__

deps/v8/tools/dev/gm.py:428–433  ·  view source on GitHub ↗
(self, path, targets, tests=[], clean=False, testrunner_args=[])

Source from the content-addressed store, hash-verified

426class RawConfig:
427
428 def __init__(self, path, targets, tests=[], clean=False, testrunner_args=[]):
429 self.path = path
430 self.targets = set(targets)
431 self.tests = set(tests)
432 self.testrunner_args = testrunner_args
433 self.clean = clean
434
435 def extend(self, targets, tests=[], clean=False):
436 self.targets.update(targets)

Callers 1

__init__Method · 0.45

Calls 1

setFunction · 0.50

Tested by

no test coverage detected