Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ _add_task
Method
_add_task
crates/pyhq/python/hyperqueue/job.py:152–154 ·
view source on GitHub ↗
(self, task: Task)
Source
from the content-addressed store, hash-verified
150
return
task
151
152
def
_add_task(self, task: Task):
153
self.tasks.append(task)
154
self.task_map[task.task_id] = task
155
156
def
_build(self, client) -> JobDescription:
157
task_descriptions = []
Callers
2
program
Method · 0.95
function
Method · 0.95
Calls
1
append
Method · 0.80
Tested by
no test coverage detected