|
__init__(self,
doTimelines=False,
doFiles=False,
titles=[ ] )
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
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__
|