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

dtype.fields Dictionary of named fields defined for this data type, or None. The dictionary is indexed

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.subdtype
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.subdtype Tuple (item_dtype, shape) if this

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

dtype.base

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
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.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
numpy.issubclass_()
  • References/Python/NumPy/Routines/Data type routines

numpy.issubclass_(arg1, arg2)

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
numpy.issctype()
  • References/Python/NumPy/Routines/Data type routines

numpy.issctype(rep)

2025-01-10 15:47:30