CustomHelpFormatter =================== (class from :py:mod:`pyomo.scripting.pyomo_parser`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.scripting.pyomo_parser import * try: from pyomo.scripting.pyomo_parser import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.scripting.pyomo_parser .. autoclass:: pyomo.scripting.pyomo_parser::CustomHelpFormatter :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~CustomHelpFormatter.__init__ ~CustomHelpFormatter.add_argument ~CustomHelpFormatter.add_arguments ~CustomHelpFormatter.add_text ~CustomHelpFormatter.add_usage ~CustomHelpFormatter.end_section ~CustomHelpFormatter.format_help ~CustomHelpFormatter.start_section .. rubric:: Member Documentation