numpy.recarray.data
numpy.recarray.flags
recarray.
dtype
数组元素的数据类型。
也可以看看
numpy.dtype
例子
>>> x array([[0, 1], [2, 3]]) >>> x.dtype dtype('int32') >>> type(x.dtype) <type 'numpy.dtype'>