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

Function default_output

crates/pyhq/python/hyperqueue/output.py:33–34  ·  view source on GitHub ↗
(ext: str)

Source from the content-addressed store, hash-verified

31
32# Keep in sync with `DEFAULT_STDOUT_PATH`
33def default_output(ext: str) -> str:
34 return "%{CWD}/%{TASK_ID}." + ext
35
36
37def default_stdout() -> str:

Callers 2

default_stdoutFunction · 0.85
default_stderrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected