Searched refs:exception_or_callable (Results 1 – 1 of 1) sorted by relevance
543 def get_exception(self, exception_or_callable): argument544 if isinstance(exception_or_callable, Exception):545 return exception_or_callable547 exception_or_callable()