Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_tempfile.py228 def raise_OSError(*args, **kwargs): function
231 with support.swap_attr(io, "open", raise_OSError):
241 fp.write = raise_OSError
/external/python/cpython3/Lib/test/
Dtest_tempfile.py267 def raise_OSError(*args, **kwargs): function
270 with support.swap_attr(io, "open", raise_OSError):
279 fp.write = raise_OSError
/external/python/cpython3/Lib/test/test_importlib/
Dtest_abc.py750 def raise_OSError(path): function
752 self.loader.get_data = raise_OSError