MCPcopy
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_parquetFunction · 0.45
test_bagFunction · 0.45
test_read_csvFunction · 0.45
test_parquetFunction · 0.45
to_textfilesFunction · 0.45
takeMethod · 0.45
__iter__Method · 0.45
repartition_sizeFunction · 0.45
assert_eqFunction · 0.45
to_avroFunction · 0.45
test_onefile_oneblockFunction · 0.45
test_twofile_oneblockFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected