Definition at line 484 of file GaudiTest.py.
◆ __init__()
def GaudiTest.LineSkipper.__init__ |
( |
|
self, |
|
|
|
strings = [] , |
|
|
|
regexps = [] |
|
) |
| |
Definition at line 485 of file GaudiTest.py.
485 def __init__(self, strings=[], regexps=[]):
487 self.strings = strings
488 self.regexps =
map(re.compile, regexps)
struct GAUDI_API map
Parametrisation class for map-like implementation.
◆ __processLine__()
def GaudiTest.LineSkipper.__processLine__ |
( |
|
self, |
|
|
|
line |
|
) |
| |
◆ regexps
GaudiTest.LineSkipper.regexps |
◆ strings
GaudiTest.LineSkipper.strings |
The documentation for this class was generated from the following file: