ArrayLike# type maite.protocols.ArrayLike = Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str]# Object coercible into a NumPy ndarray (alias of numpy.typing.ArrayLike)