anndata.AnnData.unwriteable#
- AnnData.unwriteable(*, store_type)[source]#
Whether or not an
AnnDataobject can be written to disk for a given store type.- Parameters:
- Return type:
- Returns:
Whether or not this object is writeable. While the return type may change to include richer output about which elements cannot be written, this new type’s evaluation as a boolean will not change from the current behavior i.e.,
bool(adata.unwriteable())will always evaluate the same.