Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ parameters
Method
parameters
benchmarks/src/environment/dask.py:56–59 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
54
return
"dask"
55
56
def
parameters(self) -> Dict[str, Any]:
57
params = dict(worker_count=len(self.workers))
58
params.update(self.environment_params)
59
return
params
60
61
def
metadata(self) -> Dict[str, Any]:
62
return
{}
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected