The binary arithmetic operation - with reflected operands
x.__rsub__(y) <==> y-x
cf.Data.__radd__
cf.Data.__rmul__
Enter search terms or a module, class or function name.