anndata.types.SupportsArrayApiBase#
- class anndata.types.SupportsArrayApiBase(*args, **kwargs)[source]#
The part of the array API standard’s array object that we rely on.
The attributes are read-only, since implementations such as
numpy.ndarrayexpose them as properties.https://data-apis.org/array-api/latest/API_specification/array_object.html
Attributes
Methods
__array_namespace__(*[, api_version])__getitem__(k, /)to_device(device, /, *[, stream])