MCPcopy Index your code
hub / github.com/dask/dask / dask

Method dask

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

Source from the content-addressed store, hash-verified

541
542 @property
543 def dask(self):
544 return self.__dask_graph__()
545
546 def __dask_graph__(self):
547 out = self.expr

Callers

nothing calls this directly

Calls 1

__dask_graph__Method · 0.95

Tested by

no test coverage detected