Definition at line 483 of file GaudiTest.py.
def GaudiTest.LineSkipper.__init__ |
( |
|
self, |
|
|
|
strings = [] , |
|
|
|
regexps = [] |
|
) |
| |
Definition at line 484 of file GaudiTest.py.
def __init__(self, strings=[], regexps=[])
struct GAUDI_API map
Parametrisation class for map-like implementation.
def GaudiTest.LineSkipper.__processLine__ |
( |
|
self, |
|
|
|
line |
|
) |
| |
Definition at line 489 of file GaudiTest.py.
491 if line.find(s) >= 0:
def __processLine__(self, line)
GaudiTest.LineSkipper.regexps |
GaudiTest.LineSkipper.strings |
The documentation for this class was generated from the following file: