Home
last modified time | relevance | path

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

/third_party/python/Lib/venv/
H A D__init__.py437 dstfile = os.path.join(dstdir, f)
450 with open(dstfile, 'wb') as f:
452 shutil.copymode(srcfile, dstfile)

Completed in 1 milliseconds