The binary bitwise operation >> with reflected operands
x.__rrshift__(y) <==> y>>x
cf.Field.__rlshift__
cf.Field.__iand__
Enter search terms or a module, class or function name.