Home | Trees | Indices | Help |
---|
|
1 # ICE Revision: $Id: /local/openfoam/Python/PyFoam/PyFoam/LogAnalysis/FileLineAnalyzer.py 8415 2013-07-26T11:32:37.193675Z 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 Mon Nov 4 00:56:09 2013 | http://epydoc.sourceforge.net |