Home | Trees | Indices | Help |
---|
|
1 # ICE Revision: $Id: FileLineAnalyzer.py 7832 2007-08-28 13:07:26Z bgschaid $ 2 """Line analyzer with output""" 3 4 from GeneralLineAnalyzer import GeneralLineAnalyzer 57 """Base class for analyzers that write data to files 8 9 Just a stub to enable legacy code""" 101612 """ 13 @param titles: The titles of the data elements 14 """ 15 GeneralLineAnalyzer.__init__(self,doFiles=True,titles=titles)
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Oct 30 14:43:40 2008 | http://epydoc.sourceforge.net |