MCPcopy Create free account
hub / github.com/dask/dask / f

Method f

dask/base.py:384–387  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382 ) from e
383
384 async def f():
385 if futures_of(self):
386 await wait(self)
387 return self
388
389 return f().__await__()
390

Callers

nothing calls this directly

Calls 1

waitFunction · 0.85

Tested by

no test coverage detected