numpy.dtype.char #

属性

数据类型。字符#

21 种不同内置类型的每一种都有唯一的字符代码。

例子

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