Skip to main content

CachedStringIO

TypeSource

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

CachedStringIO is a TypedDict.

CachedStringIO is the data of one cached StringIO data.

Keywords

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