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

Method cancelled

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

Source from the content-addressed store, hash-verified

239 return self._task.done(*args, **kwargs)
240
241 def cancelled(self, *args, **kwargs):
242 return self._task.cancelled(*args, **kwargs)
243
244 def exception(self, *args, **kwargs):
245 return self._task.exception(*args, **kwargs)

Calls

no outgoing calls

Tested by

no test coverage detected