cf.FieldList.__add__

FieldList.__add__(x)[source]

The binary arithmetic operation +

f.__add__(x) <==> f + x

Returns
FieldList

The concatenation of the list and another sequence.

Examples

>>> h = f + g
>>> f += g