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

Function deserialize_identifiers

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

Source from the content-addressed store, hash-verified

21
22
23def deserialize_identifiers(path: Path) -> List[BenchmarkIdentifier]:
24 with open(path) as f:
25 items = json.load(f)
26 return [BenchmarkIdentifier.from_dict(item) for item in items]
27
28
29def create_submit_script_header(directory: Path, options: PBSSubmitOptions):

Callers 1

executeFunction · 0.90

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected