MCPcopy
hub / github.com/dask/dask / __array__

Method __array__

dask/dataframe/dask_expr/_collection.py:461–462  ·  view source on GitHub ↗
(self, dtype=None, **kwargs)

Source from the content-addressed store, hash-verified

459 )
460
461 def __array__(self, dtype=None, **kwargs):
462 return np.array(self.compute())
463
464 def persist(self, fuse=True, **kwargs):
465 out = self.optimize(fuse=fuse)

Callers

nothing calls this directly

Calls 1

computeMethod · 0.45

Tested by

no test coverage detected