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

Method remove_done_callback

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

Source from the content-addressed store, hash-verified

226 return self._task.add_done_callback(*args, **kwargs)
227
228 def remove_done_callback(self, *args, **kwargs):
229 return self._task.remove_done_callback(*args, **kwargs)
230
231 @property
232 def _asyncio_future_blocking(self):

Calls

no outgoing calls

Tested by

no test coverage detected