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

Method dask

dask/dataframe/dask_expr/_collection.py:537–538  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

535
536 @property
537 def dask(self):
538 return self.__dask_graph__()
539
540 def __dask_graph__(self):
541 out = self.expr

Callers

nothing calls this directly

Calls 1

__dask_graph__Method · 0.95

Tested by

no test coverage detected