![]() |
The Gaudi Framework
master (1a7a3838)
|


Public Member Functions | |
| __init__ (self, start, end) | |
| __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 | |
| start = start | |
| end = end | |
Protected Attributes | |
| bool | _skipping = False |
Definition at line 76 of file preprocessors.py.
| GaudiTesting.preprocessors.BlockSkipper.__init__ | ( | self, | |
| start, | |||
| end ) |
Definition at line 77 of file preprocessors.py.
| GaudiTesting.preprocessors.BlockSkipper.__processLine__ | ( | self, | |
| line ) |
Definition at line 82 of file preprocessors.py.
|
protected |
Definition at line 80 of file preprocessors.py.
| GaudiTesting.preprocessors.BlockSkipper.end = end |
Definition at line 79 of file preprocessors.py.
| GaudiTesting.preprocessors.BlockSkipper.start = start |
Definition at line 78 of file preprocessors.py.