Searched defs:copy_function (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Lib/ |
D | shutil.py | 450 def _copytree(entries, src, dst, symlinks, ignore, copy_function, argument 515 def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, argument 763 def move(src, dst, copy_function=copy2): argument
|