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

Method f

dask/base.py:388–391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

386 ) from e
387
388 async def f():
389 if futures_of(self):
390 await wait(self)
391 return self
392
393 return f().__await__()
394

Callers

nothing calls this directly

Calls 1

waitFunction · 0.85

Tested by

no test coverage detected