Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ compute
Method
compute
dask/tests/test_typing.py:76–77 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
74
)
75
76
def
compute(self, **kwargs) -> Any:
77
return
dask.compute(self, **kwargs)
78
79
def
persist(self, **kwargs) -> Inheriting:
80
return
Inheriting(self.based_on.persist(**kwargs))
Callers
15
test_parquet
Function · 0.45
test_bag
Function · 0.45
test_read_csv
Function · 0.45
test_parquet
Function · 0.45
to_textfiles
Function · 0.45
take
Method · 0.45
__iter__
Method · 0.45
repartition_size
Function · 0.45
assert_eq
Function · 0.45
to_avro
Function · 0.45
test_onefile_oneblock
Function · 0.45
test_twofile_oneblock
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected