add_docstring_list

(function from pyomo.common.config)

pyomo.common.config.add_docstring_list(docstring, configdict, indent_by=4)[source]

DEPRECATED.

Returns the docstring with a formatted configuration arguments listing.

Deprecated since version 6.6.0: add_docstring_list is deprecated. Please use the @document_kwargs_from_configdict() decorator.