Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ schedule
Function
schedule
dask/tests/test_base.py:862–863 ·
view source on GitHub ↗
(dsk, keys, **kwargs)
Source
from the content-addressed store, hash-verified
860
861
def
test_scheduler_keyword():
862
def
schedule(dsk, keys, **kwargs):
863
return
[123]
864
865
named_schedulers[
"foo"
] = schedule
866
Callers
3
compute_as_if_collection
Function · 0.85
compute
Function · 0.85
persist
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected