class documentation

class TestBitShifts:

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):
Shifts where the shift amount is the width of the type or wider