MCPcopy Create free account
hub / github.com/dask/dask / MyClass

Class MyClass

dask/tests/test_delayed.py:73–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72 # Issue https://github.com/dask/dask/issues/2107
73 class MyClass(dict):
74 pass
75
76 task, dask = to_task_dask(MyClass())
77 assert type(task) is MyClass

Callers 1

test_to_task_daskFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_to_task_daskFunction · 0.68