numpy / 1.18.5 / reference / generated / numpy.dtype.char.html /

numpy.dtype.char

attribute

dtype.char

A unique character code for each of the 21 different built-in types.

Examples

>>> x = np.dtype(float)
>>> x.char
'd'

© 2005–2020 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/1.18/reference/generated/numpy.dtype.char.html