(class from pyomo.core.expr.base)
pyomo.core.expr.base
Bases: object
object
Methods
__init__(args)
__init__
nargs()
nargs
Attributes
args
Return the child nodes
Member Documentation
Sequence containing only the child nodes of this node. The return type depends on the node storage model. Users are not permitted to change the returned data (even for the case of data returned as a list), as that breaks the promise of tree immutability.
list or tuple