cf.FieldList.__mul__

FieldList.__mul__(x)[source]

The binary arithmetic operation *

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

Returns:FieldList

Examples:

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