OpenGrok
Cross Reference: test_tempfile.py
xref
: /
external
/
python
/
cpython3
/
Lib
/
test
/
test_tempfile.py
Home
|
History
|
Annotate
|
Download
|
only in
test
Lines Matching
refs:dir1
775
dir1
= tempfile.mkdtemp()
776
self.assertTrue(
dir1
.endswith('aaa'))