class documentation

Undocumented

Method check_roundtrips Undocumented
Method roundtrip Function used to save arrays to file.
Method test_1D Undocumented
Method test_array Undocumented
Method test_array_object Undocumented
Method test_format_2_0 Undocumented
Method test_mmap Undocumented
Method test_record Undocumented
Instance Variable arr Undocumented
Instance Variable arr_reloaded Undocumented
def check_roundtrips(self, a): (source)

Undocumented

def roundtrip(self, save_func, *args, **kwargs): (source)

save_func : callable
Function used to save arrays to file.
file_on_disk : bool
If true, store the file on disk, instead of in a string buffer.
save_kwds : dict
Parameters passed to save_func.
load_kwds : dict
Parameters passed to numpy.load.
args : tuple of arrays
Arrays stored to file.

def test_1D(self): (source)

Undocumented

def test_array(self): (source)

Undocumented

def test_array_object(self): (source)

Undocumented

@pytest.mark.slow
def test_format_2_0(self): (source)

Undocumented

@pytest.mark.skipif((sys.platform == 'win32'), reason='Fails on Win32')
def test_mmap(self): (source)

Undocumented

def test_record(self): (source)

Undocumented

Undocumented

arr_reloaded = (source)

Undocumented