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