Searched defs:set_exception (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/asyncio/ | ||
D | windows_events.py | 87 def set_exception(self, exception): member in _OverlappedFuture |
D | futures.py | 263 def set_exception(self, exception): member in Future |
D | tasks.py | 144 def set_exception(self, exception): member in Task |
D | streams.py | 422 def set_exception(self, exc): member in StreamReader |
/third_party/python/Lib/concurrent/futures/ | ||
D | _base.py | 542 def set_exception(self, exception): member in Future |
/third_party/python/Lib/test/test_asyncio/ | ||
D | test_futures.py | 71 def set_exception(self, exception): member in DuckFuture |