MCPcopy 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
861def test_scheduler_keyword():
862 def schedule(dsk, keys, **kwargs):
863 return [123]
864
865 named_schedulers["foo"] = schedule
866

Callers 3

compute_as_if_collectionFunction · 0.85
computeFunction · 0.85
persistFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected