This class collects information and methods that are needed for
handling analyzers
|
__init__(self,
filename,
analyzer)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
lineHandle(self,
line)
Not to be called: calls the analyzer for the current line |
source code
|
|
|
|
|
getDirname(self)
Get the name of the directory where the data is written to |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|