(self)
| 2666 | version_kwargs: dict[str, Any] = {} |
| 2667 | |
| 2668 | def create_zarr_target(self): |
| 2669 | raise NotImplementedError |
| 2670 | |
| 2671 | @contextlib.contextmanager |
| 2672 | def create_store(self, cache_members: bool = False): |
no outgoing calls
no test coverage detected