Skip to content

Commit 1c10d3f

Browse files
committed
(chore): add docstring
1 parent ce19571 commit 1c10d3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

numcodecs/blosc.pyx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,8 @@ class Blosc(Codec):
555555
blocksize : int
556556
The requested size of the compressed blocks. If 0 (default), an automatic
557557
blocksize will be used.
558+
typesize : int, optional
559+
The size in bytes of uncompressed array elements.
558560
559561
See Also
560562
--------

0 commit comments

Comments
 (0)