MCPcopy 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
101def response_error(stdout="", stderr="", code=1):
102 return response(stdout=stdout, stderr=stderr, code=code)
103
104
105CommandType = Literal["submit", "status", "delete"]

Callers 2

handle_requestMethod · 0.85
handle_errorMethod · 0.85

Calls 1

responseFunction · 0.85

Tested by

no test coverage detected