Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ dask
Method
dask
dask/_expr.py:583–584 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
581
582
@property
583
def
dask(self):
584
return
self.__dask_graph__()
585
586
def
substitute(self, old, new) -> Expr:
587
""
"Substitute a specific term within the expression
Callers
nothing calls this directly
Calls
1
__dask_graph__
Method · 0.95
Tested by
no test coverage detected