Searched defs:add_done_callback (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/Lib/asyncio/ | ||
| D | futures.py | 222 def add_done_callback(self, fn, *, context=None): member in Future |
| /third_party/python/Lib/test/test_asyncio/ | ||
| D | test_runners.py | 222 def add_done_callback(self, *args, **kwargs): member in RunTests.test_asyncio_run_without_uncancel.Task |
| D | test_tasks.py | 1671 def add_done_callback(self, *args, **kwargs): member in BaseTaskTests.test_step_result_future.Fut |
| /third_party/python/Lib/concurrent/futures/ | ||
| D | _base.py | 408 def add_done_callback(self, fn): member in Future |