FieldList.
__add__
The binary arithmetic operation +
+
f.__add__(x) <==> f + x
FieldList
Examples:
>>> h = f + g >>> f += g