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

Method f

dask/base.py:403–406  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

401 ) from e
402
403 async def f():
404 if futures_of(self):
405 await wait(self)
406 return self
407
408 return f().__await__()
409

Callers

nothing calls this directly

Calls 1

waitFunction · 0.85

Tested by

no test coverage detected