Searched refs:__exception (Results 1 – 3 of 3) sorted by relevance
99 self.__exception = None111 return self.__exception138 self.__exception = exception139 if self.terminal_state and not self.__exception:
145 self.__exception = exception177 if self.__exception:179 raise self.__exception # pylint: disable=raising-bad-type
36 __exception = None variable in DuckFuture50 or self.__exception is not None)54 if self.__exception is not None:55 raise self.__exception60 return self.__exception70 self.__exception = exception