pytvx.PyTvfUnOp
- class pytvx.PyTvfUnOp(x: Union[float, Tvf, PyTvf])[source]
Bases:
pytvx.PyTvfAn abstract base class for a
PyTvfthat is the result of applying a unary operator to aPyTvfinstance.Derived classes fill in the actual operator functionality as appropriate.
- Parameters
x – The value the operator is applied to.
Methods
indent_repr- abstract __call__(t: float)
Compute the floating point value of this object at a given time.
- Parameters
t – The time at which to evaluate.
- Returns
The value at time
t.- Return type
float