General
Gallery
Tutorials
Serialize self to a file.
fname (Union[str, Path]) – Filename where to save the object.
Union
str
Path
write_adata (bool) – Whether to save adata object or not, if present.
bool
adata
ext (Optional[str]) – Filename extension to use. If None, don’t append any extension.
Optional
None
Nothing, just writes itself to a file using pickle.
pickle