Links
Documentation
typing
numcodecs_shuffle.typing
Commonly used type variables.
module-attribute
S = TypeVar('S', bound=tuple[int, ...], covariant=True)
Any array shape (covariant).
T = TypeVar('T', bound=number, covariant=True)
Any numpy number data type (covariant).
number