ExpressionBase ============== (class from :py:mod:`pyomo.core.expr.base`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.expr.base import * try: from pyomo.core.expr.base import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.expr.base .. autoclass:: pyomo.core.expr.base::ExpressionBase :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~ExpressionBase.__init__ ~ExpressionBase.arg ~ExpressionBase.clone ~ExpressionBase.create_node_with_local_data ~ExpressionBase.getname ~ExpressionBase.is_component_type ~ExpressionBase.is_constant ~ExpressionBase.is_expression_type ~ExpressionBase.is_fixed ~ExpressionBase.is_logical_type ~ExpressionBase.is_named_expression_type ~ExpressionBase.is_numeric_type ~ExpressionBase.is_parameter_type ~ExpressionBase.is_potentially_variable ~ExpressionBase.is_reference ~ExpressionBase.is_variable_type ~ExpressionBase.nargs ~ExpressionBase.size ~ExpressionBase.to_string .. rubric:: Attributes .. autosummary:: ~ExpressionBase.PRECEDENCE ~ExpressionBase.args .. rubric:: Member Documentation