anndata.experimental.Read

anndata.experimental.Read#

class anndata.experimental.Read(*args, **kwargs)[source]#

Bases: Protocol

Methods

__call__(elem, /)[source]#

Low-level reading function for an element.

Parameters:
elem TypeVar(S, bound= StorageType)

The element to read from.

Return type:

TypeVar(RWAble, bound= RWAble)

Returns:

The element read from the store.