Skip to main content

CachedBytesIO

TypeSource

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

CachedBytesIO is a TypedDict.

CachedBytesIO is the data of one cached BytesIO data.

Keywords

KeyworkType
Description
type"bytes"The type os 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.