class documentation

class TestFromBuffer: (source)

View In Hierarchy

Undocumented

Method test_array_base Undocumented
Method test_basic Undocumented
Method test_empty Undocumented
Method test_mmap_close Undocumented
@pytest.mark.parametrize('obj', [np.arange(10), b'12345678'])
def test_array_base(self, obj): (source)

Undocumented

@pytest.mark.parametrize('byteorder', ['<', '>'])
@pytest.mark.parametrize('dtype', [float, int, complex])
def test_basic(self, byteorder, dtype): (source)

Undocumented

def test_empty(self): (source)

Undocumented

@pytest.mark.skipif(IS_PYPY, reason='PyPy\'s memoryview currently does not track exports. See: https://foss.heptapod.net/pypy/pypy/-/issues/3724')
def test_mmap_close(self): (source)

Undocumented