Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ pipe_process_output
Method
pipe_process_output
src/execution/process_base.py:45–46 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
44
@abc.abstractmethod
45
def
pipe_process_output(self):
46
pass
47
48
@abc.abstractmethod
49
def
start_execution(self, command, working_directory):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected