Lines Matching defs:copy
3 XXX The functions here don't copy the resource fork or other metadata on Mac.
51 __all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2",
83 file copy when fast-copy functions fail to do so.
112 # unexpected breakage. Possible risks by using zero-copy calls
190 """copy data from file-like object fsrc to file-like object fdst"""
378 # We must copy extended attributes before the file is (potentially)
405 def copy(src, dst, *, follow_symlinks=True):
461 use_srcentry = copy_function is copy2 or copy_function is copy
489 # otherwise let the copy occur. copy2 will raise an error
520 """Recursively copy a directory tree and return the destination directory.
529 an Error exception at the end of the copy process.
548 to copy each file. It will be called with the source path and the
550 function that supports the same signature (like copy()) can be used.
801 to copy the source or it will be delegated to `copytree`.
803 signature (like copy()) can be used.