PyomoUnitsContainer =================== (class from :py:mod:`pyomo.core.base.units_container`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.base.units_container import * try: from pyomo.core.base.units_container import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.base.units_container .. autoclass:: pyomo.core.base.units_container::PyomoUnitsContainer :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~PyomoUnitsContainer.__init__ ~PyomoUnitsContainer.convert ~PyomoUnitsContainer.convert_temp_C_to_K ~PyomoUnitsContainer.convert_temp_F_to_R ~PyomoUnitsContainer.convert_temp_K_to_C ~PyomoUnitsContainer.convert_temp_R_to_F ~PyomoUnitsContainer.convert_value ~PyomoUnitsContainer.get_units ~PyomoUnitsContainer.load_definitions_from_file ~PyomoUnitsContainer.load_definitions_from_strings ~PyomoUnitsContainer.set_pint_registry .. rubric:: Attributes .. autosummary:: ~PyomoUnitsContainer.pint_registry .. rubric:: Member Documentation