MCPcopy Index your code
hub / github.com/python/cpython / done

Method done

Lib/test/test_asyncio/test_runners.py:238–239  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

236 return self._task.result(*args, **kwargs)
237
238 def done(self, *args, **kwargs):
239 return self._task.done(*args, **kwargs)
240
241 def cancelled(self, *args, **kwargs):
242 return self._task.cancelled(*args, **kwargs)

Calls

no outgoing calls

Tested by

no test coverage detected