zcollection.type_hints#

Type hints for the zcollection package.#

Type aliases

zcollection.type_hints.DType#

Type of a numpy array.

zcollection.type_hints.DTypeLike#

Type of a numpy array or a string.

zcollection.type_hints.NDArray#

Type of a numpy array.

zcollection.type_hints.NDMaskedArray#

Type of a numpy array with a mask.

Classes

ArrayLike(*args, **kwargs)

Protocol for array-like objects.