class documentation

class TestFromBuffer:

View In Hierarchy

Undocumented

Method test​_basic Undocumented
Method test​_empty Undocumented
@pytest.mark.parametrize('byteorder', ['<', '>'])
@pytest.mark.parametrize('dtype', [float, int, complex])
def test_basic(self, byteorder, dtype):

Undocumented

def test_empty(self):

Undocumented