Definition at line 471 of file GaudiTest.py.
def GaudiTest.LineSkipper.__init__ |
( |
|
self, |
|
|
|
strings = [] , |
|
|
|
regexps = [] |
|
) |
| |
Definition at line 472 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 477 of file GaudiTest.py.
479 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: