Searched refs:SubOSErrorWithNew (Results 1 – 1 of 1) sorted by relevance
18 class SubOSErrorWithNew(OSError): class24 class SubOSErrorCombinedInitFirst(SubOSErrorWithInit, SubOSErrorWithNew):27 class SubOSErrorCombinedNewFirst(SubOSErrorWithNew, SubOSErrorWithInit):182 e = SubOSErrorWithNew("some message", "baz")187 e = SubOSErrorWithNew("some message", baz="baz")