Class c.e.s.Reception(object):

Part of coherence.extern.simple_plugin View Source View In Hierarchy

singleton class which holds information about known plugins

currently a singleton, and even a class, seems to be overkill for this, but maybe we'll add some more functionality later
Line # Kind Name Docs
34 Method __new__ creates the singleton
44 Method __init__ initializes the class and
52 Method checkin import all valid files from plugin_path
68 Method guestlist returns a list of all Plugin subclasses
def __new__(cls, *args, **kwargs): (source)
creates the singleton
def __init__(self, plugin_path=None, log=None): (source)
initializes the class and checks in if a path is provided
def checkin(self, plugin_path): (source)
import all valid files from plugin_path
def guestlist(self): (source)
returns a list of all Plugin subclasses
API Documentation for Coherence, generated by pydoctor at 2007-12-08 21:02:38.