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