GroupDownloader =============== (class from :py:mod:`pyomo.scripting.plugins.download`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.scripting.plugins.download import * try: from pyomo.scripting.plugins.download import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.scripting.plugins.download .. autoclass:: pyomo.scripting.plugins.download::GroupDownloader :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~GroupDownloader.__init__ ~GroupDownloader.call ~GroupDownloader.create_parser .. rubric:: Member Documentation