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