CachedBytesIO
TypeSource
CachedBytesIO(
type: "bytes",
data: IO[bytes]
)
CachedBytesIO
is a TypedDict
.
CachedBytesIO
is the format of the cached BytesIO
data.
Keywords
Keyword | Type | |
---|---|---|
type | "bytes" | The type of this cached data. |
data | IO[bytes] | The binary data to be cached, the type of the file can be determined by the file name and the mime_type . |