https://github.com/ballandt/avmath/blob/70bfa9ddfbe27d9b73b2843d7a397eb8b9a37260/src/avmath/__init__.py#L164 The `Fraction.__mul__` method can return `None` if the argument is not a REAL or a Fraction (so for example a Vector). Also there are two `if`s and no `elif`.
avmath/src/avmath/__init__.py
Line 164 in 70bfa9d
The
Fraction.__mul__method can returnNoneif the argument is not a REAL or a Fraction (so for example a Vector). Also there are twoifs and noelif.