DTypeLike¶
- probnum.typing.DTypeLike¶
Object that can be converted to an array dtype.
Arguments of type
DTypeLikeshould always be converted intonumpy.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]]