summaryrefslogtreecommitdiff
path: root/numpy/core/memmap.py
diff options
context:
space:
mode:
authorrgommers <ralf.gommers@googlemail.com>2010-06-02 13:07:10 +0000
committerrgommers <ralf.gommers@googlemail.com>2010-06-02 13:07:10 +0000
commit76e25d22ca216d8f30c74b8df79edd1d8ffdd242 (patch)
tree11e01eaa2f3a0962532d6b7728b7cbedb7fbc9da /numpy/core/memmap.py
parente7c87d78cb3a6a3cb24276a5cf3fdb3f4d0bc43c (diff)
downloadnumpy-76e25d22ca216d8f30c74b8df79edd1d8ffdd242.tar.gz
DOC: merge wiki edits for module core.
Diffstat (limited to 'numpy/core/memmap.py')
-rw-r--r--numpy/core/memmap.py10
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