Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ response
Function
response
tests/autoalloc/mock/manager.py:97–98 ·
view source on GitHub ↗
(stdout="", stderr="", code=0)
Source
from the content-addressed store, hash-verified
95
96
97
def
response(stdout=
""
, stderr=
""
, code=0) -> CommandOutput:
98
return
CommandOutput(stdout=stdout, stderr=stderr, code=code)
99
100
101
def
response_error(stdout=
""
, stderr=
""
, code=1):
Callers
7
handle_cli_submit
Method · 0.85
format_submit_output
Method · 0.85
format_status_output
Method · 0.85
format_submit_output
Method · 0.85
format_status_output
Method · 0.85
response_error
Function · 0.85
handle_cli_delete
Method · 0.85
Calls
1
CommandOutput
Class · 0.85
Tested by
1
handle_cli_submit
Method · 0.68