cf
FieldList.
__pow__
The binary arithmetic operations ** and pow
**
pow
x.__pow__(y) <==> x**y
cf.FieldList.__floordiv__
cf.FieldList.__mod__