attribute
- dtype.char#
A unique character code for each of the 21 different built-in types.
Examples
>>> import numpy as np >>> x = np.dtype(float) >>> x.char 'd'
numpy.dtype.char — NumPy v2.5.dev0 Manual
attribute
A unique character code for each of the 21 different built-in types.
Examples
>>> import numpy as np >>> x = np.dtype(float) >>> x.char 'd'