| Trees | Index | Help |
|
|---|
| Package modules |
|
modutils: This module holds helper functions for building other Lyntin
modules.
| Function Summary | |
|---|---|
| string |
Takes in a fully qualified filename and returns the module name portion. |
Magically dynamically loads all the modules in the modules package. | |
Tests a module we just imported with the name the path the module should have. | |
| Function Details |
|---|
get_module_name(filename)Takes in a fully qualified filename and returns the module name portion. example:/home/willg/lyntinng/modules/alias.py -> alias
|
load_modules()Magically dynamically loads all the modules in the modules package. This is truly a semi-magic function. |
test_for_conflicts(name, module)Tests a module we just imported with the name the path the module should have. This allows us to test Lyntin modules we just dynamically loaded to verify it's the one we intended to load. Right now we don't really do anything except kick up an error to the user. Let them deal with the issue.
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 1.1 on Mon Apr 28 21:11:25 2003 | http://epydoc.sf.net |