cement.core.plugin
¶
Cement core plugins module.
-
class
cement.core.plugin.
PluginHandler
(**kw)[source]¶ Bases:
cement.core.plugin.PluginInterface
,cement.core.handler.Handler
Plugin handler implementation.
-
class
cement.core.plugin.
PluginInterface
(**kw)[source]¶ Bases:
cement.core.interface.Interface
This class defines the Plugin Interface. Handlers that implement this interface must provide the methods and attributes defined below. In general, most implementations should sub-class from the provided
PluginHandler
base class as a starting point.