Skip to content

Commit

Permalink
Update synapseutils/copy_functions.py
Browse files Browse the repository at this point in the history
Co-authored-by: BryanFauble <[email protected]>
  • Loading branch information
BWMac and BryanFauble authored Dec 29, 2023
1 parent 3ebada8 commit 651d5ec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion synapseutils/copy_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,14 @@ def copy(
**kwargs,
) -> typing.Dict[str, str]:
"""
- This function will assist users in copying entities (Tables, Links, Files, Folders, Projects),
- This function will assist users in copying entities
(
[Tables][synapseclient.table.Table],
[Links][synapseclient.entity.Link],
[Files][synapseclient.entity.File],
[Folders][synapseclient.entity.Folder],
[Projects][synapseclient.entity.Project]
),
and will recursively copy everything in directories.
- A Mapping of the old entities to the new entities will be created and all the wikis of each entity
will also be copied over and links to synapse Ids will be updated.
Expand Down

0 comments on commit 651d5ec

Please sign in to comment.