Lines Matching defs:tempfile
43 import tempfile
557 fd, fn = tempfile.mkstemp()
612 fd, fn = tempfile.mkstemp()
652 fd, fn = tempfile.mkstemp('.log', 'test_logging-3-')
1443 args=("{tempfile}",)
1599 fd, fn = tempfile.mkstemp(".log", "test_logging-X-")
1607 config8 = self.config8.format(tempfile=fn)
1676 fd, fn = tempfile.mkstemp(prefix='test_empty_', suffix='.ini')
1706 fd, fn = tempfile.mkstemp(prefix='test_logging_', suffix='.ini')
1821 fd, fn = tempfile.mkstemp(prefix='test_logging_', suffix='.sock')
2174 fd, fn = tempfile.mkstemp(".log", "test_logging-1-")
3266 fd, fn = tempfile.mkstemp(".log", "test_logging-X-")
5314 fd, self.fn = tempfile.mkstemp(".log", "test_logging-2-")
5586 wd = tempfile.mkdtemp(prefix='test_logging_')