MCPcopy
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
191def compute(coll: DaskCollection) -> Any:
192 return coll.compute()
193
194
195def compute2(coll: DaskCollection) -> Any:

Callers 15

test_read_bytesFunction · 0.90
test_read_bytes_blockFunction · 0.90
test_compressionFunction · 0.90
test_open_files_writeFunction · 0.90
test_read_bytesFunction · 0.90
test_read_bytes_blockFunction · 0.90
test_compressionFunction · 0.90
read_avroFunction · 0.90
test_read_textFunction · 0.90

Calls 1

computeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…