We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c097f2d + 2b2a935 commit 05fc9a5Copy full SHA for 05fc9a5
src/blosc2/schunk.py
@@ -1451,7 +1451,10 @@ def open(
1451
mmap_mode: str, optional
1452
If set, the file will be memory-mapped instead of using the default
1453
I/O functions and the `mode` argument will be ignored.
1454
- For more info, see :class:`blosc2.Storage`.
+ For more info, see :class:`blosc2.Storage`. Please note that the `w+` mode, which
1455
+ can be used to create new files, is not supported here since only existing files
1456
+ can be opened. You can use :func:`SChunk.__init__ <blosc2.schunk.SChunk.__init__>`
1457
+ to create new files.
1458
initial_mapping_size: int, optional
1459
The initial size of the memory mapping. For more info, see :class:`blosc2.Storage`.
1460
cparams: dict
0 commit comments