Skip to main content

class ImageDirectory

Attributes

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

Methods

ls()

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

class ImageDirectorySync

Attributes

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

Methods

ls()

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

class ImageFile

Attributes

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

Methods

download()

default:"None"
Path

read()

bytes

class ImageFileSync

Attributes

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

Methods

download()

default:"None"
Path

read()

bytes