Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_exception_hierarchy.py18 class SubOSErrorWithNew(OSError): class
24 class SubOSErrorCombinedInitFirst(SubOSErrorWithInit, SubOSErrorWithNew):
27 class SubOSErrorCombinedNewFirst(SubOSErrorWithNew, SubOSErrorWithInit):
182 e = SubOSErrorWithNew("some message", "baz")
187 e = SubOSErrorWithNew("some message", baz="baz")