pytvx.TvbOpFloats

class pytvx.TvbOpFloats(lhs: Union[float, Tvf, PyTvf], rhs: Union[float, Tvf, PyTvf])[source]

Bases: pytvx.PyTvb

An abstract base class for a PyTvb that is the result of applying a binary relational operator such as > or == to two PyTvf instances.

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

abstract __call__(t: float) bool[source]

Call self as a function.