User Guide
API reference
Development
GitHub
Twitter
Array objects
The N-dimensional array (
ndarray
)
Scalars
Data type objects (
dtype
)
numpy.dtype
numpy.dtype.type
numpy.dtype.kind
numpy.dtype.char
numpy.dtype.num
numpy.dtype.str
numpy.dtype.name
numpy.dtype.itemsize
numpy.dtype.byteorder
numpy.dtype.fields
numpy.dtype.names
numpy.dtype.subdtype
numpy.dtype.shape
numpy.dtype.hasobject
numpy.dtype.flags
numpy.dtype.isbuiltin
numpy.dtype.isnative
numpy.dtype.descr
numpy.dtype.alignment
numpy.dtype.base
numpy.dtype.metadata
numpy.dtype.newbyteorder
numpy.dtype.__reduce__
numpy.dtype.__setstate__
Indexing
Iterating Over Arrays
Standard array subclasses
Masked arrays
The Array Interface
Datetimes and Timedeltas
Constants
Universal functions (
ufunc
)
Routines
Typing (
numpy.typing
)
Global State
Packaging (
numpy.distutils
)
NumPy Distutils - Users Guide
NumPy C-API
NumPy internals
SIMD Optimizations
NumPy and SWIG
numpy.dtype.__reduce__
¶
method
dtype.
__reduce__
(
)
¶
Helper for pickle.
numpy.dtype.metadata
numpy.dtype.__setstate__