Skip to main content

CachedBytesIO

TypeSource

CachedBytesIO(
type: "bytes",
data: IO[bytes]
)

CachedBytesIO is a TypedDict.

CachedBytesIO is the format of the cached BytesIO data.

Keywords

KeywordType
Description
type"bytes"The type of this cached data.
dataIO[bytes]The binary data to be cached, the type of the file can be determined by the file name and the mime_type.