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

Method __init__

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

Source from the content-addressed store, hash-verified

537class ManagedConfig(RawConfig):
538
539 def __init__(self,
540 arch,
541 mode,
542 targets,
543 tests=[],
544 clean=False,
545 testrunner_args=[]):
546 super().__init__(
547 get_path(arch, mode), targets, tests, clean, testrunner_args)
548 self.arch = arch
549 self.mode = mode
550
551 def get_target_cpu(self):
552 cpu = "x86"

Callers

nothing calls this directly

Calls 2

get_pathFunction · 0.85
__init__Method · 0.45

Tested by

no test coverage detected