anndata.experimental.Read

anndata.experimental.Read#

protocol anndata.experimental.Read[source]#

typing.Protocol.

Classes that implement this protocol must have the following methods / attributes:

__call__(elem)[source]#

Low-level reading function for an element.

Parameters:
elem TypeVar(SCon, bound= Union[Array, Dataset, Group, Group], contravariant=True)

The element to read from.

Return type:

RWAble

Returns:

The element read from the store.