Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pathlib.Path.copy()
1 parent 8525c93 commit ff83499Copy full SHA for ff83499
1 file changed
Doc/library/pathlib.rst
@@ -1592,6 +1592,11 @@ Copying, moving and deleting
1592
This argument has no effect when copying files on Windows (where
1593
metadata is always preserved).
1594
1595
+ .. note::
1596
+ Where supported by the operating system and file system, this method
1597
+ performs a lightweight copy, where data blocks are only copied when
1598
+ modified. This is known as copy-on-write.
1599
+
1600
.. versionadded:: 3.14
1601
1602
0 commit comments