UnaryOperator ============= .. rubric:: *module* :mod:`wntr.sim.aml.expr` .. currentmodule:: wntr.sim.aml.expr .. autoclass:: UnaryOperator .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: UnaryOperator.diff_down UnaryOperator.diff_up UnaryOperator.diff_up_symbolic UnaryOperator.evaluate UnaryOperator.get_rpn UnaryOperator.is_leaf UnaryOperator.operands UnaryOperator.operation .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: UnaryOperator.operation_enum UnaryOperator.str_repn ~~~~~~~~~~~~~~~~~~~~~~~~~~~