PyFoam.LogAnalysis.ExecNameLineAnalyzer module

Look for the name of the executable

class PyFoam.LogAnalysis.ExecNameLineAnalyzer.ExecNameLineAnalyzer[source]

Bases: LogLineAnalyzer

Looks for the name of the executable

__annotations__ = {}
__init__()[source]
__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