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