You can also browse the complete source file or the generated documentation.
class PlugInError(Exception): class PlugIn(Object): ## Init, load and install ## def __init__(self, appServer, path) def load(self) def setUpDocContext(self) def setUpExamplePages(self) def docs(self) def hasDocs(self) def docsContext(self) def examplePages(self) def hasExamplePages(self) def examplePagesContext(self) def install(self) ## Access ## def name(self) def directory(self) def path(self) def serverSidePath(self, path=None) def module(self) def properties(self)