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