Searched refs:dstfile (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/venv/ | ||
H A D | __init__.py | 437 dstfile = os.path.join(dstdir, f) 450 with open(dstfile, 'wb') as f: 452 shutil.copymode(srcfile, dstfile) |
Completed in 1 milliseconds