Searched refs:SubOSErrorWithInit (Results 1 – 1 of 1) sorted by relevance
13 class SubOSErrorWithInit(OSError): class24 class SubOSErrorCombinedInitFirst(SubOSErrorWithInit, SubOSErrorWithNew):27 class SubOSErrorCombinedNewFirst(SubOSErrorWithNew, SubOSErrorWithInit):172 e = SubOSErrorWithInit("some message", "baz")177 e = SubOSErrorWithInit("some message", bar="baz")