![]() |
The Gaudi Framework
master (2e57474e)
|


Public Member Functions | |
| __init__ (self, strings=[], regexps=[]) | |
| __processLine__ (self, line) | |
| Public Member Functions inherited from GaudiTesting.preprocessors.FilePreprocessor | |
| __processLine__ (self, line) | |
| __processFile__ (self, lines) | |
| __call__ (self, input) | |
| __add__ (self, rhs) | |
Public Attributes | |
| strings = strings | |
| regexps = list(map(re.compile, regexps)) | |
Definition at line 59 of file preprocessors.py.
| GaudiTesting.preprocessors.LineSkipper.__init__ | ( | self, | |
| strings = [], | |||
| regexps = [] ) |
Definition at line 60 of file preprocessors.py.
| GaudiTesting.preprocessors.LineSkipper.__processLine__ | ( | self, | |
| line ) |
Definition at line 66 of file preprocessors.py.
| GaudiTesting.preprocessors.LineSkipper.regexps = list(map(re.compile, regexps)) |
Definition at line 64 of file preprocessors.py.
| GaudiTesting.preprocessors.LineSkipper.strings = strings |
Definition at line 63 of file preprocessors.py.