anndata.experimental.Write

anndata.experimental.Write#

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

Bases: Protocol

Methods

__call__(f, k, v, *, dataset_kwargs)[source]#

Low-level writing function for an element.

Parameters:
f anndata.experimental.StorageType

The store to which elem should be written.

k str

The key to read in from the group.

v anndata.typing.RWAble

The element to write out.

dataset_kwargs Mapping[str, Any]

Keyword arguments to be passed to a library-level io function, like chunks for zarr.

Return type:

None