Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ compute
Function
compute
dask/tests/test_typing.py:191–192 ·
view source on GitHub ↗
(coll: DaskCollection)
Source
from the content-addressed store, hash-verified
189
190
191
def
compute(coll: DaskCollection) -> Any:
192
return
coll.compute()
193
194
195
def
compute2(coll: DaskCollection) -> Any:
Callers
15
test_read_bytes
Function · 0.90
test_read_bytes_blocksize_types
Function · 0.90
test_read_bytes_block
Function · 0.90
test_read_bytes_delimited
Function · 0.90
test_compression
Function · 0.90
test_open_files_write
Function · 0.90
test_read_bytes
Function · 0.90
test_read_bytes_block
Function · 0.90
test_read_bytes_delimited
Function · 0.90
test_compression
Function · 0.90
read_avro
Function · 0.90
test_read_text
Function · 0.90
Calls
1
compute
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…