pytvx.TvfOp
- class pytvx.TvfOp(lhs: Union[float, Tvf, PyTvf], rhs: Union[float, Tvf, PyTvf])[source]
Bases:
pytvx.PyTvfAn abstract base class for a
PyTvfthat is the result of applying a binary operator to two otherPyTvfinstances.Derived classes fill in the actual operator functionality as appropriate.
- Parameters
lhs – The left-hand side of the binary operator expression.
rhs – The right-hand side of the binary operator expression.
Methods
indent_repr