Home
last modified time | relevance | path

Searched refs:__exception (Results 1 – 3 of 3) sorted by relevance

/external/python/apitools/apitools/base/py/
Dbatch.py99 self.__exception = None
111 return self.__exception
138 self.__exception = exception
139 if self.terminal_state and not self.__exception:
/external/python/apitools/apitools/base/py/testing/
Dmock.py145 self.__exception = exception
177 if self.__exception:
179 raise self.__exception # pylint: disable=raising-bad-type
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_futures.py36 __exception = None variable in DuckFuture
50 or self.__exception is not None)
54 if self.__exception is not None:
55 raise self.__exception
60 return self.__exception
70 self.__exception = exception