ExpressionArgs_Mixin

(class from pyomo.core.expr.base)

class pyomo.core.expr.base.ExpressionArgs_Mixin(args)[source]

Bases: object

__init__(args)[source]

Methods

__init__(args)

nargs()

Attributes

args

Return the child nodes

Member Documentation

property args

Return the child nodes

Returns:

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.

Return type:

list or tuple