zarr.registry#
Classes#
Functions#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents#
- class zarr.registry.Registry[source]#
Bases:
dict[str,type[T]],Generic[T]- lazy_load_list: list[importlib.metadata.EntryPoint] = []#
- zarr.registry.get_ndbuffer_class(
- reload_config: bool = False,
- zarr.registry.get_pipeline_class(
- reload_config: bool = False,
- zarr.registry.register_pipeline(pipe_cls: type[zarr.abc.codec.CodecPipeline]) None[source]#