This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / numpy / dtypes

module

numpy.dtypes

source: build-install/usr/lib/python3.14/site-packages/numpy/dtypes.py :0

Members

Summary

No Docstrings

Additional content

This module is home to specific dtypes related functionality and their classes. For more general information about dtypes, also see numpy.dtype and arrays.dtypes.

Similar to the builtin types module, this submodule defines types (classes) that are not widely used directly.

DType classes

The following are the classes of the corresponding NumPy dtype instances and NumPy scalar types. The classes can be used in isinstance checks and can also be instantiated or used directly. Direct use of these classes is not typical, since their scalar counterparts (e.g. np.float64) or strings like "float64" can be used.

Aliases

  • numpy.dtypes