Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_exception_hierarchy.py10 class SubOSError(OSError): class
163 e = SubOSError(EEXIST, "Bad file descriptor")
164 self.assertIs(type(e), SubOSError)