UnaryOperator# module wntr.sim.aml.expr class UnaryOperator[source]# Bases: Operator __init__(operand)[source]# Parameters: operand (Node) abstract diff_down(val_dict, der_dict)# diff_up(val_dict, der_dict)[source]# diff_up_symbolic(val_dict, der_dict)[source]# evaluate(val_dict)[source]# get_rpn(rpn_map, leaf_ndx_map)[source]# is_leaf()# operands()[source]# static operation(val)[source]# operation_enum = None# str_repn = None#