Home
last modified time | relevance | path

Searched refs:tarextdir (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_tarfile.py44 tarextdir = TEMPDIR + '-extract-test' variable
2677 with os_helper.temp_cwd(tarextdir):
2681 os_helper.rmtree(tarextdir)
2687 with os_helper.temp_cwd(tarextdir):
2692 os_helper.rmtree(tarextdir)
2697 # is still extracted into `tarextdir`
2698 destdir = os.path.join(tarextdir, 'dest')
2699 os.mkdir(tarextdir)
2711 os_helper.rmtree(tarextdir)
2716 with os_helper.temp_cwd(tarextdir)
[all...]

Completed in 5 milliseconds