t.p.p.PlugIn : class documentation

Part of twisted.python.plugin View Source View In Hierarchy

I am a Python module registered in a plugins.tml file.
Method __init__ Undocumented
Method isLoaded Check to see if the module for this plugin has been imported yet.
Method load Load the module for this plugin.
Method __repr__ Undocumented
def __init__(self, name, module, **kw): (source)
Undocumented
def isLoaded(self): (source)
Check to see if the module for this plugin has been imported yet.
ReturnsA true value if the module for this plugin has been loaded, false otherwise. (type: int )
def load(self): (source)
Load the module for this plugin.
ReturnsThe module object that is loaded. (type: ModuleType )
def __repr__(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 15:57:47.