Skip to main content

class ImageDirectory

Attributes

PurePosixPath
str
Literal[True]
int
str
int
int
int
int
bool
bool
bool
str
str

Methods

ls()

default:"''"
list[ImageFile | ImageDirectory]

class ImageDirectorySync

Attributes

PurePosixPath
str
Literal[True]
int
str
int
int
int
int
bool
bool
bool
str
str

Methods

ls()

default:"''"
list[ImageFileSync | ImageDirectorySync]

class ImageFile

Attributes

PurePosixPath
str
Literal[False]
int
str
int
int
int
int
bool
bool
bool
str
str

Methods

download()

default:"None"
Path

read()

bytes

class ImageFileSync

Attributes

PurePosixPath
str
Literal[False]
int
str
int
int
int
int
bool
bool
bool
str
str

Methods

download()

default:"None"
Path

read()

bytes