Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_descr.py3367 class Exception1(Exception, Base): class
3371 for ExceptionType in Exception, Exception1, Exception2:
/external/python/cpython3/Lib/test/
Dtest_descr.py3347 class Exception1(Exception, Base): class
3351 for ExceptionType in Exception, Exception1, Exception2:
/external/python/cpython3/Doc/whatsnew/
D2.5.rst384 except Exception1:
395 :class:`Exception1`, *handler-1* is executed; otherwise if it's of class
/external/python/cpython2/Doc/whatsnew/
D2.5.rst384 except Exception1:
395 :class:`Exception1`, *handler-1* is executed; otherwise if it's of class