Searched refs:TemporaryDirectory (Results 1 – 25 of 54) sorted by relevance
123
55 with tempfile.TemporaryDirectory() as tmp_dir:69 with tempfile.TemporaryDirectory() as tmp_dir:93 with tempfile.TemporaryDirectory() as tmp_dir:108 with tempfile.TemporaryDirectory() as tmp_dir:128 with tempfile.TemporaryDirectory() as tmp_dir:149 with tempfile.TemporaryDirectory() as tmp_dir:174 with tempfile.TemporaryDirectory() as tmp_dir:
20 with tempfile.TemporaryDirectory() as dir1, \21 tempfile.TemporaryDirectory() as dir2:
20 with tempfile.TemporaryDirectory() as tmpdir:
26 tempfile.TemporaryDirectory() as tmpdir:
19 with tempfile.TemporaryDirectory() as tmpdir:26 with tempfile.TemporaryDirectory() as tmpdir:
19 with tempfile.TemporaryDirectory() as tmpdir:
59 with tempfile.TemporaryDirectory(dir='/tmp') as tmp_dir:76 with tempfile.TemporaryDirectory(dir='/tmp') as tmp_dir:187 with tempfile.TemporaryDirectory(dir='/tmp') as tmp_dir:234 with tempfile.TemporaryDirectory(dir='/tmp') as tmp_dir:252 with tempfile.TemporaryDirectory(dir='/tmp') as tmp_dir:
178 with tempfile.TemporaryDirectory() as tmp_dir:197 with tempfile.TemporaryDirectory() as tmp_dir:244 with tempfile.TemporaryDirectory() as tmp_dir:
21 with tempfile.TemporaryDirectory() as tmpdir:46 with tempfile.TemporaryDirectory() as tmpdir:
279 with tempfile.TemporaryDirectory() as our_temp_directory:1398 tmp = tempfile.TemporaryDirectory(1420 with tempfile.TemporaryDirectory() as nonexistent:1423 tempfile.TemporaryDirectory(dir=nonexistent)1441 with tempfile.TemporaryDirectory() as working_dir:1500 with tempfile.TemporaryDirectory() as working_dir:1552 with tempfile.TemporaryDirectory() as working_dir:
20 tmpdir = tempfile.TemporaryDirectory()330 tmpdir = tempfile.TemporaryDirectory()
41 with tempfile.TemporaryDirectory() as builddir:
33 with tempfile.TemporaryDirectory(prefix=tmp_prefix) as tmp:
33 with tempfile.TemporaryDirectory() as tmpdir:
43 with tempfile.TemporaryDirectory() as d:158 with tempfile.TemporaryDirectory() as d:
24 with tempfile.TemporaryDirectory() as d:
73 with tempfile.TemporaryDirectory() as tmp_dir:
87 with tempfile.TemporaryDirectory() as temp_dir:
108 with tempfile.TemporaryDirectory() as abseil_root:
81 with tempfile.TemporaryDirectory() as out_dir:
88 with tempfile.TemporaryDirectory() as d:
77 with tempfile.TemporaryDirectory() as work_dir:
160 with tempfile.TemporaryDirectory() as tmpdir:
19 :class:`TemporaryDirectory`, and :class:`SpooledTemporaryFile` are high-level121 .. function:: TemporaryDirectory(suffix=None, prefix=None, dir=None, ignore_cleanup_errors=False)143 .. audit-event:: tempfile.mkdtemp fullpath tempfile.TemporaryDirectory339 >>> with tempfile.TemporaryDirectory() as tmpdirname: