seq  1.1.0
 All Classes Namespaces Files Functions Variables Groups Pages
Classes | Functions | Variables
seqlib.ob Namespace Reference

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__)
 

Function Documentation

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.

Parameters
pathFile path
Returns
str module path (if file in sys.path) or filename

Variable Documentation

tuple seqlib.ob.logger = logging.getLogger(__name__)