cf.Field.__rlshift__

Field.__rlshift__(y)[source]

The binary bitwise operation << with reflected operands

x.__rlshift__(y) <==> y<<x

Previous topic

cf.Field.__rxor__

Next topic

cf.Field.__rrshift__

This Page