typing
numcodecs_tokenize.typing
Commonly used type variables.
S
module-attribute
Any array shape (covariant).
T
module-attribute
Any numpy number data type (covariant).
U
module-attribute
U = TypeVar('U', bound=unsignedinteger, covariant=True)
Any numpy unsignedinteger data type (covariant).