DTypeLike

probnum.typing.DTypeLike

Object that can be converted to an array dtype.

Arguments of type DTypeLike should always be converted into numpy.dtypes before further internal processing.

alias of Union[dtype, None, Type[Any], _SupportsDType[dtype], str, Tuple[Any, int], Tuple[Any, Union[SupportsIndex, Sequence[SupportsIndex]]], List[Any], _DTypeDict, Tuple[Any, Any]]