Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ response_error
Function
response_error
tests/autoalloc/mock/manager.py:101–102 ·
view source on GitHub ↗
(stdout="", stderr="", code=1)
Source
from the content-addressed store, hash-verified
99
100
101
def
response_error(stdout=
""
, stderr=
""
, code=1):
102
return
response(stdout=stdout, stderr=stderr, code=code)
103
104
105
CommandType = Literal[
"submit"
,
"status"
,
"delete"
]
Callers
2
handle_request
Method · 0.85
handle_error
Method · 0.85
Calls
1
response
Function · 0.85
Tested by
no test coverage detected