Searched refs:bad_writer (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_tempfile.py239 def bad_writer(*args, **kwargs): function in function:TestGetDefaultTempdir.test_no_files_left_behind.our_candidate_list
244 with support.swap_attr(io, "open", bad_writer):
/external/python/cpython3/Lib/test/
H A Dtest_tempfile.py277 def bad_writer(*args, **kwargs): function in function:TestGetDefaultTempdir.test_no_files_left_behind.our_candidate_list
282 with support.swap_attr(io, "open", bad_writer):

Completed in 137 milliseconds