cf.DomainList.__add__

DomainList.__add__(x)[source]

The binary arithmetic operation +

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

Returns:
DomainList

The concatenation of the list and another sequence.

Examples

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