| Home | Trees | Index | Help |
|---|
| Package twisted :: Package python :: Module plugin |
|
| Classes | |
|---|---|
PlugIn |
I am a Python module registered in a plugins.tml file. |
DropIn |
I am a Python package containing plugins.tml. |
| Function Summary | |
|---|---|
list of str
|
Find plugin.tml files in subdirectories of paths in sys.path |
list
|
Traverse the given list of files and attempt to load plugins from them. |
list
|
Helper function to get all the plugins of a particular type. |
_prepCallbacks(debug,
progress)
| |
| Variable Summary | |
|---|---|
_Feature |
nested_scopes
|
| Function Details |
|---|
getPluginFileList(debugInspection=None, showProgress=None)Find plugin.tml files in subdirectories of paths insys.path
|
getPlugIns(plugInType, debugInspection=None, showProgress=None)Helper function to get all the plugins of a particular type.
|
loadPlugins(plugInType, fileList, debugInspection=None, showProgress=None)Traverse the given list of files and attempt to load plugins from them.
|
| Variable Details |
|---|
nested_scopes
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:48:42 2003 | http://epydoc.sf.net |