MCPcopy Create free account
hub / github.com/bugy/script-server / __init__

Method __init__

src/utils/process_utils.py:16–18  ·  view source on GitHub ↗
(self, env_vars: EnvVariables)

Source from the content-addressed store, hash-verified

14class ProcessInvoker:
15
16 def __init__(self, env_vars: EnvVariables):
17 super().__init__()
18 self._env_vars = env_vars
19
20 def invoke(self, command, work_dir='.', *, environment_variables: dict = None, check_stderr=True, shell=False):
21 if isinstance(command, str) and not shell:

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected