Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
def
deserialize_submit_options(path: Path) -> PBSSubmitOptions:
25
with
open(path)
as
f:
26
return
from_json(PBSSubmitOptions, f)
Callers
1
execute
Function · 0.90
Calls
1
from_json
Function · 0.50
Tested by
no test coverage detected