types¶ Types for numpydantic Note that these are types as in python typing types, not classes. class NDArrayType(*args, **kwargs)[source]¶ A protocol for describing types that should be considered ndarrays property dtype: str | type | Any | generic¶ property shape: Tuple[int, ...] | Any¶