(function from pyomo.contrib.pyros.util)
pyomo.contrib.pyros.util
Create a decorator which copies docstring of a callable source_func to a target callable passed to the decorator.
decorator_doc – Decorator of interest.
callable