typehints
ModuleSource
Extra typehints used by the definition of caches.
Typehints
| Member | Type | |
|---|---|---|
| Deferred | Callable | The typehint of a deferred value. |
| CachedFileInfo | TypedDict | The metadata of the cached file. |
| CachedPath | TypedDict | The string path or the path-like object specifying a file existing on the disk. |
| CachedRequest | TypedDict | The URL and request configuration specifying a remote file. |
| CachedStringIO | TypedDict | The data of one cached StringIO data. |
| CachedBytesIO | TypedDict | The data of one cached BytesIO data. |
| CachedData | Union | The typehint of the cached data. |