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

Function deserialize_submit_options

benchmarks/src/submit/options.py:24–26  ·  view source on GitHub ↗
(path: Path)

Source from the content-addressed store, hash-verified

22
23
24def deserialize_submit_options(path: Path) -> PBSSubmitOptions:
25 with open(path) as f:
26 return from_json(PBSSubmitOptions, f)

Callers 1

executeFunction · 0.90

Calls 1

from_jsonFunction · 0.50

Tested by

no test coverage detected