cf.FieldList.__add__¶
-
FieldList.__add__(x)[source]¶ Called to implement evaluation of f + x
f.__add__(x) <==> f + x
Examples 1: >>> h = f + g >>> f += g
Returns: out: cf.FieldList
FieldList.__add__(x)[source]¶Called to implement evaluation of f + x
f.__add__(x) <==> f + x
| Examples 1: |
|---|
>>> h = f + g
>>> f += g
| Returns: | out: cf.FieldList |
|---|