|
__init__(self,
xyz,
dirs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
load(self,
plugin,
*initargs,
**initkwargs)
Load and initiate required plugin |
source code
|
|
|
reload(self,
plugin,
*initargs,
**initkwargs)
Force load plugin if it's already in cache. |
source code
|
|
|
|
|
|
|
|
|
|
|
get_all_loaded(self)
Return all currenty loaded plugins as dictionary with plugins ns path
as keys and instances as values |
source code
|
|
|
|
|
|
|
wait_for(self,
plugin,
callback,
*args)
Some virtual plugins are not available at the parsing time. |
source code
|
|
|
shutdown(self,
plugin=None)
Run destructors on specified or all loaded plugins |
source code
|
|
|
|
|
|
|
_enabled_list(self)
Make list of enabled plugins |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|