etr  4.0-pre
Public Member Functions | List of all members
etr.plugin.PluginMgr Class Reference

Plugin instance manager. More...

Public Member Functions

def __init__ (self, *k, **kw)
 
List[Pluginget_all_plugins (self)
 Returns list if all registered plugins. More...
 
List[Tuple[str, Callable[[ContextUnion], None]]] get_methods (self, step)
 Returns a list of methods associated with 'step'. More...
 

Detailed Description

Plugin instance manager.

Constructor & Destructor Documentation

◆ __init__()

def etr.plugin.PluginMgr.__init__ (   self,
k,
**  kw 
)

Member Function Documentation

◆ get_all_plugins()

List[Plugin] etr.plugin.PluginMgr.get_all_plugins (   self)

Returns list if all registered plugins.

◆ get_methods()

List[Tuple[str, Callable[[ContextUnion], None]]] etr.plugin.PluginMgr.get_methods (   self,
  step 
)

Returns a list of methods associated with 'step'.


The documentation for this class was generated from the following file: