PyFoam.LogAnalysis.ExecNameLineAnalyzer module

Look for the name of the executable

class PyFoam.LogAnalysis.ExecNameLineAnalyzer.ExecNameLineAnalyzer[source]

Bases: PyFoam.LogAnalysis.LogLineAnalyzer.LogLineAnalyzer

Looks for the name of the executable

__init__()[source]

x.__init__(…) initializes x; see help(type(x)) for signature

__module__ = 'PyFoam.LogAnalysis.ExecNameLineAnalyzer'
doAnalysis(line)[source]

Analyze a line

line - the line to be analyzed

This method carries the main functionality in the sub-classes