Skip to content

Commit ccaaa65

Browse files
d-v-bmaxrjones
andauthored
Update src/zarr/abc/numcodec.py
Co-authored-by: Max Jones <14077947+maxrjones@users.noreply.github.com>
1 parent a082222 commit ccaaa65

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/zarr/abc/numcodec.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ def decode(self, buf: Any, out: Any | None = None) -> Any: ...
4949
"""
5050

5151
def get_config(self) -> Any: ...
52+
"""
53+
Return a dictionary holding configuration parameters for this
54+
codec. Must include an 'id' field with the codec identifier. All
55+
values must be compatible with JSON encoding.
56+
"""
5257

5358
@classmethod
5459
def from_config(cls, config: Any) -> Self: ...

0 commit comments

Comments
 (0)