Searched defs:set_exception (Results 1 – 7 of 7) 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 |
| /third_party/mindspore/mindspore-src/source/mindspore/core/abstract/ | ||
| D | abstract_value.cc | 598 void AbstractJoinedAny::set_exception(ExceptionType exception) { exception_ = exception; } in set_exception() function in mindspore::abstract::AbstractJoinedAny |