Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
class
SubmittedJob:
165
""
"
166
Successfully submitted job.
167
""
"
168
169
job: Job
170
id: JobId
171
172
173
HasJobId = Union[JobId, SubmittedJob]
Callers
1
submit
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected