bundles / numpy 2.4.3 / numpy / dtypes
module
numpy.dtypes
source: /numpy/dtypes.py :0
Members
-
_add_dtype_helper -
BoolDType -
BytesDType -
CLongDoubleDType -
Complex128DType -
Complex64DType -
DateTime64DType -
Float16DType -
Float32DType -
Float64DType -
Int16DType -
Int32DType -
Int64DType -
Int8DType -
LongDoubleDType -
LongLongDType -
ObjectDType -
StrDType -
StringDType -
TimeDelta64DType -
UInt16DType -
UInt32DType -
UInt64DType -
UInt8DType -
ULongLongDType -
VoidDType
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