Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ WorkerExecLine
Class
WorkerExecLine
tests/autoalloc/test_autoalloc.py:423–425 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
421
422
@dataclasses.dataclass(frozen=True)
423
class
WorkerExecLine:
424
cmd: str
425
env: Dict[str, str]
426
427
428
def
parse_exec_line(script_path: str) -> WorkerExecLine:
Callers
1
parse_exec_line
Function · 0.85
Calls
no outgoing calls
Tested by
1
parse_exec_line
Function · 0.68