Home
last modified time | relevance | path

Searched defs:remove_done_callback (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dfutures.py233 def remove_done_callback(self, fn): member in Future
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_runners.py228 def remove_done_callback(self, *args, **kwargs): member in RunTests.test_asyncio_run_without_uncancel.Task