Searched defs:remove_done_callback (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/asyncio/ | ||
D | futures.py | 233 def remove_done_callback(self, fn): member in Future |
/external/python/cpython3/Lib/test/test_asyncio/ | ||
D | test_runners.py | 228 def remove_done_callback(self, *args, **kwargs): member in RunTests.test_asyncio_run_without_uncancel.Task |