cf.FieldList.__mul__

FieldList.__mul__(x)[source]

The binary arithmetic operation *

f.__mul__(x) <==> f * x

Returns
FieldList

The list added to itself n times.

Examples

>>> h = f * 2
>>> f *= 2