Lines Matching defs:tempfile
6 import tempfile
138 with tempfile.NamedTemporaryFile("wb", dir=os.getcwd(), delete=False) as f:
143 with tempfile.NamedTemporaryFile("wb", dir=os.getcwd(), delete=False) as dst:
182 d = tempfile.mkdtemp(prefix=prefix, dir=os.getcwd())
283 filename = tempfile.mktemp(dir=self.mkdtemp())
435 handle, path = tempfile.mkstemp(dir=self.mkdtemp())
666 restrictive_subdir = tempfile.mkdtemp(dir=src_dir)
706 dst = tempfile.mktemp(dir=self.mkdtemp())
1741 filename = tempfile.mktemp(dir=dirname)
1806 self.temp_file = tempfile.NamedTemporaryFile(dir=self.temp_dir,
1954 temp_filexyz = tempfile.NamedTemporaryFile(dir=self.temp_dir,
1972 temp_filexyz = tempfile.NamedTemporaryFile(dir=self.temp_dir,
2051 dst_dir = tempfile.mktemp(dir=self.mkdtemp())
2385 with tempfile.NamedTemporaryFile(dir=os.getcwd(), delete=False) as f:
2394 with tempfile.NamedTemporaryFile(dir=os.getcwd(), delete=False) as f:
2460 name = tempfile.mktemp(dir=os.getcwd())