BinaryOperator ============== .. rubric:: *module* :mod:`wntr.sim.aml.expr` .. currentmodule:: wntr.sim.aml.expr .. autoclass:: BinaryOperator .. 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:: BinaryOperator.diff_down BinaryOperator.diff_up BinaryOperator.diff_up_symbolic BinaryOperator.evaluate BinaryOperator.get_rpn BinaryOperator.is_leaf BinaryOperator.operands .. 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:: BinaryOperator.operation BinaryOperator.operation_enum BinaryOperator.str_repn ~~~~~~~~~~~~~~~~~~~~~~~~~~~