Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_run.py16 class UnhashableException(Exception): class
20 ex1 = UnhashableException('ex1')
21 ex2 = UnhashableException('ex2')
24 except UnhashableException:
27 except UnhashableException:
/external/python/cpython3/Lib/test/
Dtest_traceback.py505 class UnhashableException(Exception): class
509 ex1 = UnhashableException('ex1')
510 ex2 = UnhashableException('ex2')
513 except UnhashableException:
516 except UnhashableException:
1178 class UnhashableException(Exception): class
1182 ex1 = UnhashableException('ex1')
1183 ex2 = UnhashableException('ex2')
1186 except UnhashableException:
1189 except UnhashableException: