DISPATCH
dispatch._dispatch.memmap3 Class Reference
Inheritance diagram for dispatch._dispatch.memmap3:
Collaboration diagram for dispatch._dispatch.memmap3:

Public Member Functions

def __new__ (subtype, file, dtype=np.float32, mode='r+', offset=0, shape=(10,), order='F')
 
def reopen (self)
 
def __array_wrap__ (self, arr, context=None)
 
def __array_prepare__ (self, obj, context=None)
 
def __array_finalize__ (self, obj)
 
def __repr__ (self)
 
def __str__ (self)
 

Detailed Description

Working np.memmap subclass, with option to close after access 

Definition at line 152 of file _dispatch.py.


The documentation for this class was generated from the following file: