|
seq
4.0.0-pre3
|
Classes | |
| class | ModuleLoader |
| Loads a python module. More... | |
Functions | |
| def | module_from_file (path) |
| Given a POSIX path find its python module. More... | |
Variables | |
| logger = logging.getLogger(__name__) | |
| def lib.module_loader.module_from_file | ( | path | ) |
Given a POSIX path find its python module.
If the file path is found in sys.path the return value is its python module specification.
Otherwise the filename is returned.
| path | File path |
| lib.module_loader.logger = logging.getLogger(__name__) |