module documentation

Undocumented

Class TestCount 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(): (source)

Undocumented

def test_packbits(): (source)

Undocumented

def test_packbits_empty(): (source)

Undocumented

def test_packbits_empty_with_axis(): (source)

Undocumented

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

Undocumented

def test_packbits_very_large(): (source)

Undocumented

def test_unpackbits(): (source)

Undocumented

def test_unpackbits_empty(): (source)

Undocumented

def test_unpackbits_empty_with_axis(): (source)

Undocumented

def test_unpackbits_large(): (source)

Undocumented