cf.DomainList.__add__¶
- DomainList.__add__(x)[source]¶
The binary arithmetic operation
+f.__add__(x) <==> f + x
- Returns:
DomainListThe concatenation of the list and another sequence.
Examples
>>> h = f + g >>> f += g
The binary arithmetic operation +
f.__add__(x) <==> f + x
DomainListThe concatenation of the list and another sequence.
Examples
>>> h = f + g
>>> f += g