diff options
author | rgommers <ralf.gommers@googlemail.com> | 2010-06-02 13:07:10 +0000 |
---|---|---|
committer | rgommers <ralf.gommers@googlemail.com> | 2010-06-02 13:07:10 +0000 |
commit | 76e25d22ca216d8f30c74b8df79edd1d8ffdd242 (patch) | |
tree | 11e01eaa2f3a0962532d6b7728b7cbedb7fbc9da /numpy/core/memmap.py | |
parent | e7c87d78cb3a6a3cb24276a5cf3fdb3f4d0bc43c (diff) | |
download | numpy-76e25d22ca216d8f30c74b8df79edd1d8ffdd242.tar.gz |
DOC: merge wiki edits for module core.
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 |