MCPcopy 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
97def response(stdout="", stderr="", code=0) -> CommandOutput:
98 return CommandOutput(stdout=stdout, stderr=stderr, code=code)
99
100
101def response_error(stdout="", stderr="", code=1):

Callers 7

handle_cli_submitMethod · 0.85
format_submit_outputMethod · 0.85
format_status_outputMethod · 0.85
format_submit_outputMethod · 0.85
format_status_outputMethod · 0.85
response_errorFunction · 0.85
handle_cli_deleteMethod · 0.85

Calls 1

CommandOutputClass · 0.85

Tested by 1

handle_cli_submitMethod · 0.68