anndata.AnnData.uns_keys# AnnData.uns_keys()[source]# List keys of unstructured annotation. Deprecated since version 0.13: Use uns instead of uns_keys. (e.g. k in adata.uns or sorted(adata.uns)) Return type: list[str]