Mode ==== (enum from :py:mod:`pyomo.core.expr.expr_common`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.expr.expr_common import * try: from pyomo.core.expr.expr_common import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.expr.expr_common .. autoenum:: pyomo.core.expr.expr_common::Mode :members: :inherited-members: :undoc-members: :show-inheritance: .. rubric:: Enum Members Member type: :py:class:`int` .. autosummary:: ~Mode.coopr_trees ~Mode.coopr3_trees ~Mode.pyomo4_trees ~Mode.pyomo5_trees ~Mode.pyomo6_trees ~Mode.CURRENT .. rubric:: Methods .. autosummary:: ~Mode.conjugate ~Mode.bit_length ~Mode.bit_count ~Mode.to_bytes ~Mode.from_bytes ~Mode.as_integer_ratio ~Mode.is_integer ~Mode.__init__ .. rubric:: Attributes .. autosummary:: ~Mode.real ~Mode.imag ~Mode.numerator ~Mode.denominator .. rubric:: Member Documentation