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