seq
2.0.0
|
Classes | |
class | ModuleLoader |
Loads a python module. More... | |
Functions | |
def | module_from_file (path) |
Given a POSIX path find its python module. More... | |
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 |