Lines Matching refs:copystat
102 platform; please see :func:`copystat` for more information. If
111 .. function:: copystat(src, dst, *, follow_symlinks=True)
114 flags from *src* to *dst*. On Linux, :func:`copystat` also copies the
120 refer to symbolic links, :func:`copystat` will operate on
133 ``True``, :func:`copystat` can modify the permission
137 ``True``, :func:`copystat` can modify the last access
141 ``True``, :func:`copystat` can modify the flags of
147 :func:`copystat` will copy everything it can.
148 :func:`copystat` never returns failure.
153 .. audit-event:: shutil.copystat src,dst shutil.copystat
203 :func:`copy2` uses :func:`copystat` to copy the file metadata.
204 Please see :func:`copystat` for more information
209 .. audit-event:: shutil.copystat src,dst shutil.copy2
237 Permissions and times of directories are copied with :func:`copystat`,
499 copystat(src, dst)