class documentation

class TestBitShifts: (source)

View In Hierarchy

Undocumented

Method test_shift_all_bits Shifts where the shift amount is the width of the type or wider
@pytest.mark.parametrize('type_code', np.typecodes['AllInteger'])
@pytest.mark.parametrize('op', [operator.rshift, operator.lshift], ids=['>>', '<<'])
def test_shift_all_bits(self, type_code, op): (source)

Shifts where the shift amount is the width of the type or wider