CachedData
TypeSource
CachedData = CachedPath | CachedStringIO | CachedBytesIO
CachedData
is a Union
of CachedPath
,
CachedStringIO
, and CachedBytesIO
.
CachedData
is the typehint of the cached data.
TypeSource
CachedData = CachedPath | CachedStringIO | CachedBytesIO
CachedData
is a Union
of CachedPath
,
CachedStringIO
, and CachedBytesIO
.
CachedData
is the typehint of the cached data.