The binary arithmetic operations ** and pow with reflected operands
x.__rpow__(y) <==> y**x
Enter search terms or a module, class or function name.