Resources¶
See here for additional information regarding resources.
- class
SpellClient.
resources
See here for additional information regarding resources.
SpellClient.
resources
ResourcesService
(client)¶A class for managing Spell resources.
ls
(path)¶Lists resources in a path.
path (str) – resource path to list (examples: runs/419
, uploads/my_files
).
An iterator over LsLine
objects.
ClientException – an error occured.
cp
(path, dest, quiet=False)¶Downloads files from path
to dest
.
ClientException – an error occured.