Classes | |
class | ModuleLoader |
Loads a python module. More... | |
class | OB |
An collection of OB's or Sequences. More... | |
Functions | |
def | module_from_file |
Given a POSIX path find its python module. More... | |
Variables | |
tuple | logger = logging.getLogger(__name__) |
def seqlib.ob.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 |
tuple seqlib.ob.logger = logging.getLogger(__name__) |