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

Method format_submit_output

tests/autoalloc/mock/pbs.py:22–23  ·  view source on GitHub ↗
(self, job_id: JobId)

Source from the content-addressed store, hash-verified

20 raise Exception(f"Unknown PBS command {cmd}")
21
22 def format_submit_output(self, job_id: JobId) -> CommandOutput:
23 return response(stdout=job_id)
24
25 def parse_status_job_ids(self, input: CommandInput) -> List[JobId]:
26 job_ids = []

Callers

nothing calls this directly

Calls 1

responseFunction · 0.85

Tested by

no test coverage detected