Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_test_support.py147 def call_temp_dir(path): function
156 call_temp_dir(path)
/external/python/cpython3/Lib/test/
Dtest_support.py133 def call_temp_dir(path): function
141 self.assertRaises(FileExistsError, call_temp_dir, path)