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.