diff options
author | Matthew Brett <matthew.brett@gmail.com> | 2008-08-24 21:02:55 +0000 |
---|---|---|
committer | Matthew Brett <matthew.brett@gmail.com> | 2008-08-24 21:02:55 +0000 |
commit | 124149c8426556707a8fde26490a30f402f3e5b2 (patch) | |
tree | 04863ab401a3c692695c5ce4bb49746c50d8f0f7 /doc/numpybook | |
parent | 95ab3b5901656dc98711a58231969052165e9017 (diff) | |
download | numpy-124149c8426556707a8fde26490a30f402f3e5b2.tar.gz |
Updated memmap sync to memmap flush
Diffstat (limited to 'doc/numpybook')
-rw-r--r-- | doc/numpybook/numpybook.lyx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/numpybook/numpybook.lyx b/doc/numpybook/numpybook.lyx index 16ee19d90..17ffb4a43 100644 --- a/doc/numpybook/numpybook.lyx +++ b/doc/numpybook/numpybook.lyx @@ -19056,10 +19056,11 @@ order Either 'C' or 'Fortran' to indicate the order that an N-D array should Memory-mapped-file arrays have one additional method (besides those they inherit from the ndarray): self. \series bold -sync +flush \series default -() which must be called manually by the user to ensure that any changes - to the array actually get written to disk. +() which can be called manually by the user to ensure that any changes to + the array actually get written to disk. This also occurs on deleting + the memmap object \end_layout |