Skip to content

Commit

Permalink
Add to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Dec 17, 2024
1 parent d49cb07 commit b3b3054
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions synapseclient/models/mixins/storable_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ async def sync_from_synapse_async(
link_hops: The number of hops to follow the link. A number of 1 is used to
prevent circular references. There is nothing in place to prevent
infinite loops. Be careful if setting this above 1.
queue: An optional queue to use to download files in parallel.
synapse_client: If not passed in and caching was not disabled by
`Synapse.allow_client_caching(False)` this will use the last created
instance from the Synapse class constructor.
Expand Down Expand Up @@ -542,6 +543,8 @@ def _create_task_for_child(
Arguments:
child: Child entity to build a task for
queue: A queue to use to download files in parallel.
recursive: Whether or not to recursively get the entire hierarchy of the
folder and sub-folders.
download_file: Whether to download the files found or not.
Expand Down

0 comments on commit b3b3054

Please sign in to comment.