Home | Trees | Indices | Help |
---|
|
1 # ICE Revision: $Id: FileLineAnalyzer.py 12762 2013-01-03 23:11:02Z 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""" 1016 17 # Should work with Python3 and Python2 1812 """ 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 Mar 14 15:45:08 2013 | http://epydoc.sourceforge.net |