component\_collector ==================== .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.observer import * try: from pyomo.contrib.observer import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.observer .. automodule:: pyomo.contrib.observer.component_collector :undoc-members: .. rubric:: Functions .. autosummary:: :toctree: :template: recursive-base.rst collect_components_from_expr handle_external_function handle_named_expression handle_param handle_skip handle_var