| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Loader
Provides a simple plugin extension import object.
Loader(modprefix:str, directory:str, filesuffix:str) ->
None
Loader.Get(methodvalue:str) -> object
Loader.List() -> list
| Instance Methods | |||
| list |
|
||
| object |
|
||
| list |
|
||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
Create a list of modules in the directory passed with the filesuffix passed. modprefix passed is string format that builds the final import path with the files discovered. Ingnores files prepended with '_'.
Requires: os |
Get the module that matches the methodvalue passed.
|
List available modules. Provides a list of commands to pass to Get() to load a specific module.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 10 23:38:24 2009 | http://epydoc.sourceforge.net |