N’importequoi

class becode_example.Multiplication(multiplier)[source]

Instantiate a multiplication operation. Multiply by the given multiplier.

Parameters

multiplier (int, float) – Number used as multiplier.

multiply(number)[source]

Multiply a given number by a the multiplier.

Parameters

number (int, float) – Number to multiply.

:return The result of the multiplication. :rtype: int, float