Searched refs:SubOSError (Results 1 – 1 of 1) sorted by relevance
10 class SubOSError(OSError): class163 e = SubOSError(EEXIST, "Bad file descriptor")164 self.assertIs(type(e), SubOSError)