Searched refs:exception_or_callable (Results 1 – 1 of 1) sorted by relevance
1269 def get_exception(self, exception_or_callable): argument1270 if isinstance(exception_or_callable, BaseException):1271 return exception_or_callable1273 exception_or_callable()