Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_importlib/
Dtest_abc.py819 def raise_OSError(path): function
821 self.loader.get_data = raise_OSError
/third_party/python/Lib/test/
Dtest_tempfile.py290 def raise_OSError(*args, **kwargs): function
293 with support.swap_attr(io, "open", raise_OSError):
301 fp.write = raise_OSError