MCPcopy
hub / github.com/dask/dask / optimize

Method optimize

dask/tests/test_base.py:93–94  ·  view source on GitHub ↗
(self, fuse=False)

Source from the content-addressed store, hash-verified

91 assert False, "must not reach"
92
93 def optimize(self, fuse=False):
94 assert False, "must not reach"
95
96 coll = dx._collection.new_collection(DoNotMaterialize())
97

Calls

no outgoing calls

Tested by

no test coverage detected