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