Searched refs:TempAppDir (Results 1 – 3 of 3) sorted by relevance
16 with packaging.TempAppDir(root_dir, symlinks=False) as temp_app_dir:
18 with packaging.TempAppDir(root_dir, symlinks=True) as temp_app_dir:
38 def TempAppDir(root_dir, symlinks): function