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 anndata.experimental.StorageTypeThe element to read from. Return type: anndata.typing.RWAble Returns: The element read from the store.