typehints
ModuleSource
Extra typehints used by this project.
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. |
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. |