probly.representation.array_like.NumpyArrayLike¶
- class probly.representation.array_like.NumpyArrayLike(*args, **kwargs)[source]¶
Bases:
ArrayLike,Protocol,GenericProtocol for array-like objects that implement NumPy-specific APIs.
- astype(dtype: DTypeLike, order: Order = 'K', casting: Literal['no', 'equiv', 'safe', 'same_kind', 'unsafe'] = 'unsafe', subok: bool = True, copy: bool = True) Self[source]¶
Return cast array.
- property flags: ArrayFlagsLike¶
The flags of the array.