The binary arithmetic operations ** and pow
x.__pow__(y) <==> x**y
cf.Data.__floordiv__
cf.Data.__mod__
Enter search terms or a module, class or function name.