Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_traceback.py1269 def get_exception(self, exception_or_callable): argument
1270 if isinstance(exception_or_callable, BaseException):
1271 return exception_or_callable
1273 exception_or_callable()