numpy / 1.22.0 / 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–2021 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/1.22/reference/generated/numpy.dtype.char.html