config ====== .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.common import * try: from pyomo.common import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.common .. automodule:: pyomo.common.config :undoc-members: .. rubric:: Enums .. autosummary:: :toctree: :template: recursive-enum.rst ConfigEnum .. rubric:: Classes .. autosummary:: :toctree: :template: recursive-class.rst ConfigBase ConfigBlock ConfigDict ConfigFormatter ConfigList ConfigValue DynamicImplicitDomain ImmutableConfigValue In InEnum IsInstance LaTeX_ConfigFormatter ListOf MarkImmutable Module Path PathList String_ConfigFormatter UninitializedMixin document_class_CONFIG document_configdict document_kwargs_from_configdict numpydoc_ConfigFormatter .. rubric:: Functions .. autosummary:: :toctree: :template: recursive-base.rst Bool Integer NegativeFloat NegativeInt NonNegativeFloat NonNegativeInt NonPositiveFloat NonPositiveInt PositiveFloat PositiveInt add_docstring_list