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

Method __init__

src/execution/process_popen.py:26–27  ·  view source on GitHub ↗
(self, command, working_directory, all_env_variables)

Source from the content-addressed store, hash-verified

24
25class POpenProcessWrapper(process_base.ProcessWrapper):
26 def __init__(self, command, working_directory, all_env_variables):
27 super().__init__(command, working_directory, all_env_variables)
28
29 def start_execution(self, command, working_directory):
30 shell = False

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected