| [ Web Proxy ] |
| Viewing: https://numpy.org/doc/stable/reference/generated/../generated/numpy.dtype.__class_getitem__.html | [Back] [Original] |
method
Return a parametrized wrapper around the dtype type.
New in version 1.22.
A parametrized dtype type.
See also
Type hinting generics in standard collections.
Examples
>>> import numpy as np
>>> np.dtype[np.int64]
numpy.dtype[numpy.int64]
| Web Proxy Viewer | New URL | Original Page |