SDK Reference
sieve.File
class File(sieve.Struct):
A type that represents a file.
Arguments
url
(str): The URL of the file to download.path
(str): The local path to the file.
path
@property
def path(self) -> str:
The local path to the file.
class File(sieve.Struct):
A type that represents a file.
url
(str): The URL of the file to download.path
(str): The local path to the file.@property
def path(self) -> str:
The local path to the file.