feat: return a useful value from `CodecPipeline.read()` by d-v-b · Pull Request #3828 · zarr-developers/zarr-python

added 2 commits

March 24, 2026 21:58
This type is a typeddict that stores information about a completed
attempt to fetch a stored resource, e.g. a chunk. Currently, `GetResult`
only stores whether the resource was present or missing. We can add more capacity
to this type in the future.

@d-v-b

@d-v-b

maxrjones