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

Class SubmittedJob

crates/pyhq/python/hyperqueue/job.py:164–170  ·  view source on GitHub ↗

Successfully submitted job.

Source from the content-addressed store, hash-verified

162
163@dataclasses.dataclass
164class SubmittedJob:
165 """
166 Successfully submitted job.
167 """
168
169 job: Job
170 id: JobId
171
172
173HasJobId = Union[JobId, SubmittedJob]

Callers 1

submitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected