![]() |
The Gaudi Framework
master (a36dfcab)
|


Public Member Functions | |
| __init__ (self, orig, repl="", when=None) | |
| __add__ (self, rhs) | |
| __processLine__ (self, line) | |
| Public Member Functions inherited from GaudiTesting.preprocessors.FilePreprocessor | |
| __processLine__ (self, line) | |
| __processFile__ (self, lines) | |
| __call__ (self, input) | |
| __add__ (self, rhs) | |
Protected Attributes | |
| list | _operations = [(when, re.compile(orig), repl)] |
Definition at line 93 of file preprocessors.py.
| GaudiTesting.preprocessors.RegexpReplacer.__init__ | ( | self, | |
| orig, | |||
| repl = "", | |||
| when = None ) |
Definition at line 94 of file preprocessors.py.
| GaudiTesting.preprocessors.RegexpReplacer.__add__ | ( | self, | |
| rhs ) |
Definition at line 99 of file preprocessors.py.
| GaudiTesting.preprocessors.RegexpReplacer.__processLine__ | ( | self, | |
| line ) |
Definition at line 107 of file preprocessors.py.
|
protected |
Definition at line 97 of file preprocessors.py.