anndata.experimental.Write#
- class anndata.experimental.Write(*args, **kwargs)[source]#
Bases:
ProtocolMethods
- __call__(f, k, v, *, dataset_kwargs)[source]#
Low-level writing function for an element.
- Parameters:
- f
anndata.experimental.StorageType The store to which
elemshould 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
chunksforzarr.
- f
- Return type: