NamedIntEnum ============ (enum from :py:mod:`pyomo.common.enums`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.common.enums import * try: from pyomo.common.enums import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.common.enums .. autoenum:: pyomo.common.enums::NamedIntEnum :members: :inherited-members: :undoc-members: :show-inheritance: .. rubric:: Methods .. autosummary:: ~NamedIntEnum.conjugate ~NamedIntEnum.bit_length ~NamedIntEnum.bit_count ~NamedIntEnum.to_bytes ~NamedIntEnum.from_bytes ~NamedIntEnum.as_integer_ratio ~NamedIntEnum.is_integer ~NamedIntEnum.__init__ .. rubric:: Attributes .. autosummary:: ~NamedIntEnum.real ~NamedIntEnum.imag ~NamedIntEnum.numerator ~NamedIntEnum.denominator .. rubric:: Member Documentation