Searched refs:Exception2 (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_descr.py | 3369 class Exception2(Base, Exception): class 3371 for ExceptionType in Exception, Exception1, Exception2:
|
/external/python/cpython3/Lib/test/ |
D | test_descr.py | 3349 class Exception2(Base, Exception): class 3351 for ExceptionType in Exception, Exception1, Exception2:
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.5.rst | 386 except Exception2: 396 :class:`Exception2`, *handler-2* is executed, and so forth. If no exception is
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.5.rst | 386 except Exception2: 396 :class:`Exception2`, *handler-2* is executed, and so forth. If no exception is
|