| |
- maparray(file, typecode='l', shape=None)
- mmap a file as an array, either given a file object or a filename.
Returns the array, the mmap object (so you can call flush
explicitly to ensure your changes have gotten copied out to disk),
and the open file.
|