The binary bitwise operation | with reflected operands
x.__ror__(y) <==> y|x
cf.Data.__rand__
cf.Data.__rxor__
Enter search terms or a module, class or function name.