anndata.types.ExtensionNamespace#
- class anndata.types.ExtensionNamespace(adata)[source]#
Protocol for extension namespaces.
Enforces that the namespace initializer accepts a class with the proper
__init__method. Protocol’s can’t enforce that the__init__accepts the correct types. See_check_namespace_signaturefor that. This is mainly useful for static type checking with mypy and IDEs.