8000
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 4c4595b + ade76b0 commit 2ba94e7Copy full SHA for 2ba94e7
numpy/core/memmap.py
@@ -111,6 +111,11 @@ class memmap(ndarray):
111
certain size depending on the platform. This size is always < 2GB
112
even on 64-bit systems.
113
114
+ When a memmap causes a file to be created or extended beyond its
115
+ current size in the filesystem, the contents of the new part are
116
+ unspecified. On systems with POSIX filesystem semantics, the extended
117
+ part will be filled with zero bytes.
118
+
119
Examples
120
--------
121
>>> data = np.arange(12, dtype='float32')
0 commit comments