(class from pyomo.common.plugin_base)
pyomo.common.plugin_base
Bases: object
object
Methods
__init__(interface)
__init__
extensions([all, key])
extensions
service([key, all])
service
Return the unique service that matches the interface of this extension point.
Member Documentation
Return the unique service that matches the interface of this extension point. An exception occurs if no service matches the specified key, or if multiple services match.