module documentation

Undocumented

Class ​Test​Count Undocumented
Function test​_pack​_unpack​_order Undocumented
Function test​_packbits Undocumented
Function test​_packbits​_empty Undocumented
Function test​_packbits​_empty​_with​_axis Undocumented
Function test​_packbits​_large Undocumented
Function test​_packbits​_very​_large Undocumented
Function test​_unpackbits Undocumented
Function test​_unpackbits​_empty Undocumented
Function test​_unpackbits​_empty​_with​_axis Undocumented
Function test​_unpackbits​_large Undocumented
def test_pack_unpack_order():

Undocumented

def test_packbits():

Undocumented

def test_packbits_empty():

Undocumented

def test_packbits_empty_with_axis():

Undocumented

@pytest.mark.parametrize('bitorder', ('little', 'big'))
def test_packbits_large(bitorder):

Undocumented

def test_packbits_very_large():

Undocumented

def test_unpackbits():

Undocumented

def test_unpackbits_empty():

Undocumented

def test_unpackbits_empty_with_axis():

Undocumented

def test_unpackbits_large():

Undocumented