Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_exception_hierarchy.py13 class SubOSErrorWithInit(OSError): class
24 class SubOSErrorCombinedInitFirst(SubOSErrorWithInit, SubOSErrorWithNew):
27 class SubOSErrorCombinedNewFirst(SubOSErrorWithNew, SubOSErrorWithInit):
172 e = SubOSErrorWithInit("some message", "baz")
177 e = SubOSErrorWithInit("some message", bar="baz")