Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ dask
Method
dask
dask/_expr.py:588–589 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
586
587
@property
588
def
dask(self):
589
return
self.__dask_graph__()
590
591
def
substitute(self, old, new) -> Expr:
592
""
"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