Skip to main content

CachedStringIO

TypeSource

CachedStringIO(
type: "str",
data: IO[str]
)

CachedStringIO is a TypedDict.

CachedStringIO is the format of the cached StringIO data.

Keywords

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