ExprType ======== (enum from :py:mod:`pyomo.repn.util`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.repn.util import * try: from pyomo.repn.util import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.repn.util .. autoenum:: pyomo.repn.util::ExprType :members: :inherited-members: :undoc-members: :show-inheritance: .. rubric:: Enum Members Member type: :py:class:`int` .. autosummary:: ~ExprType.CONSTANT ~ExprType.FIXED ~ExprType.VARIABLE ~ExprType.MONOMIAL ~ExprType.LINEAR ~ExprType.QUADRATIC ~ExprType.GENERAL .. rubric:: Methods .. autosummary:: ~ExprType.conjugate ~ExprType.bit_length ~ExprType.bit_count ~ExprType.to_bytes ~ExprType.from_bytes ~ExprType.as_integer_ratio ~ExprType.is_integer ~ExprType.__init__ .. rubric:: Attributes .. autosummary:: ~ExprType.real ~ExprType.imag ~ExprType.numerator ~ExprType.denominator .. rubric:: Member Documentation