diff options
Diffstat (limited to 'numpy/core/memmap.py')
-rw-r--r-- | numpy/core/memmap.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/memmap.py b/numpy/core/memmap.py index 3a9a345dc..643506148 100644 --- a/numpy/core/memmap.py +++ b/numpy/core/memmap.py @@ -219,6 +219,7 @@ class memmap(ndarray): self = ndarray.__new__(subtype, shape, dtype=descr, buffer=mm, offset=offset, order=order) self._mmap = mm +# Should get rid of these... Are they used? self._offset = offset self._mode = mode self._size = size |