Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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`
33
def
default_output(ext: str) -> str:
34
return
"%{CWD}/%{TASK_ID}."
+ ext
35
36
37
def
default_stdout() -> str:
Callers
2
default_stdout
Function · 0.85
default_stderr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected