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 | 265 def set_exception(self, exception): member in Future |
| D | streams.py | 442 def set_exception(self, exc): member in StreamReader |
| D | tasks.py | 151 def set_exception(self, exception): member in Task |
| /third_party/python/Lib/concurrent/futures/ | ||
| D | _base.py | 552 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 |