variable\_dict ============== (class from :py:mod:`pyomo.core.kernel.variable`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.kernel.variable import * try: from pyomo.core.kernel.variable import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.kernel.variable .. autoclass:: pyomo.core.kernel.variable::variable_dict :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~variable_dict.__init__ ~variable_dict.activate ~variable_dict.child ~variable_dict.children ~variable_dict.clear ~variable_dict.clone ~variable_dict.components ~variable_dict.deactivate ~variable_dict.get ~variable_dict.getname ~variable_dict.items ~variable_dict.keys ~variable_dict.pop ~variable_dict.popitem ~variable_dict.setdefault ~variable_dict.update ~variable_dict.values .. rubric:: Attributes .. autosummary:: ~variable_dict.active ~variable_dict.ctype ~variable_dict.local_name ~variable_dict.name ~variable_dict.parent ~variable_dict.storage_key .. rubric:: Member Documentation