numpy.chararray.dtype
атрибут
-
chararray.dtype -
Тип данных элементов массива.
- Параметры
-
- None
- Возвращает
-
-
dnumpy dtype object
-
См. также
Примеры
>>> x array([[0, 1], [2, 3]]) >>> x.dtype dtype('int32') >>> type(x.dtype) <type 'numpy.dtype'>
© 2005–2020 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/1.18/reference/generated/numpy.chararray.dtype.html