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

Method __init__

deps/v8/tools/testrunner/local/context.py:24–26  ·  view source on GitHub ↗
(self, command, pool=None)

Source from the content-addressed store, hash-verified

22class DefaultOSContext:
23
24 def __init__(self, command, pool=None):
25 self.command = command
26 self.pool = pool or DefaultExecutionPool(self)
27
28 @contextmanager
29 def handle_context(self, options):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected