dtype.str
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.str The array-protocol typestring of this data-type object.

2025-01-10 15:47:30
dtype.subdtype
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.subdtype Tuple (item_dtype, shape) if this

2025-01-10 15:47:30
numpy.min_scalar_type()
  • References/Python/NumPy/Routines/Data type routines

numpy.min_scalar_type(a) For scalar a, returns the data type with the smallest size and smallest scalar

2025-01-10 15:47:30
dtype.names
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.names Ordered list of field names, or None if there are no fields. The names are ordered according

2025-01-10 15:47:30
dtype.isalignedstruct
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.isalignedstruct Boolean indicating whether the dtype is a struct which maintains field alignment. This flag

2025-01-10 15:47:30
numpy.issubclass_()
  • References/Python/NumPy/Routines/Data type routines

numpy.issubclass_(arg1, arg2)

2025-01-10 15:47:30
dtype.shape
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.shape Shape tuple of the sub-array if this data type describes a sub-array, and () otherwise.

2025-01-10 15:47:30
dtype.descr
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.descr Array-interface compliant full description of the data-type. The format is that required by the ?descr

2025-01-10 15:47:30
dtype.isbuiltin
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.isbuiltin Integer indicating how this dtype relates to the built-in dtypes. Read-only.

2025-01-10 15:47:30
dtype.name
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.name A bit-width name for this data-type. Un-sized flexible data-type objects do not have this attribute.

2025-01-10 15:47:30