|
__init__(self,
doTimelines=False,
doFiles=False,
titles=[],
accumulation=None,
singleFile=False,
startTime=None,
endTime=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
setMaster(self,
master)
Assign another line-analyzer that will do the actual data gathering |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
startAnalysis(self,
match)
Method at the start of a successfull match |
source code
|
|
|
endAnalysis(self,
match)
Method at the end of a successfull match |
source code
|
|
|
|
|
|
|
|
Inherited from LogLineAnalyzer.LogLineAnalyzer :
addListener ,
getTime ,
goOn ,
notify ,
setParent
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|