MCPcopy 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)
423class WorkerExecLine:
424 cmd: str
425 env: Dict[str, str]
426
427
428def parse_exec_line(script_path: str) -> WorkerExecLine:

Callers 1

parse_exec_lineFunction · 0.85

Calls

no outgoing calls

Tested by 1

parse_exec_lineFunction · 0.68