|
def | __new__ (subtype, file, dtype=np.float32, mode='w+', offset=0, shape=(10,), order='F', verbose=False) |
|
def | verbose (self) |
|
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) |
|
Working np.memmap subclass, with verbose option
Definition at line 203 of file _dispatch.py.
The documentation for this class was generated from the following file: