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 |