MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / default_stdout

Function default_stdout

crates/pyhq/python/hyperqueue/output.py:37–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36
37def default_stdout() -> str:
38 return default_output("stdout")
39
40
41def default_stderr() -> str:

Callers 2

programMethod · 0.85
functionMethod · 0.85

Calls 1

default_outputFunction · 0.85

Tested by

no test coverage detected