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

Method prepare_env_variables

src/execution/process_base.py:38–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36 self.notify_finish_thread.start()
37
38 def prepare_env_variables(self):
39 env_variables = dict(**self.all_env_variables)
40 if 'PYTHONUNBUFFERED' not in env_variables:
41 env_variables['PYTHONUNBUFFERED'] = '1'
42 return env_variables
43
44 @abc.abstractmethod
45 def pipe_process_output(self):

Callers 2

start_executionMethod · 0.80
start_executionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected