Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_traceback.py543 def get_exception(self, exception_or_callable): argument
544 if isinstance(exception_or_callable, Exception):
545 return exception_or_callable
547 exception_or_callable()