diff options
Diffstat (limited to 'numpy/core/memmap.py')
-rw-r--r-- | numpy/core/memmap.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/numpy/core/memmap.py b/numpy/core/memmap.py index 83de1cf0a..71f5de93c 100644 --- a/numpy/core/memmap.py +++ b/numpy/core/memmap.py @@ -61,6 +61,16 @@ class memmap(ndarray): Fortran (column-major). This only has an effect if the shape is greater than 1-D. The default order is 'C'. + Attributes + ---------- + filename : str + Path to the mapped file. + offset : int + Offset position in the file. + mode : str + File mode. + + Methods ------- close |