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]

Initialize self. See help(type(self)) for accurate 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