|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |


Public Member Functions | |
| def | __init__ |
| def | __add__ |
| def | __processLine__ |
Private Attributes | |
| _operations | |
Definition at line 388 of file GaudiTest.py.
| def GaudiTest::RegexpReplacer::__add__ | ( | self, | ||
| rhs | ||||
| ) |
Reimplemented from GaudiTest::FilePreprocessor.
Definition at line 393 of file GaudiTest.py.
| def GaudiTest::RegexpReplacer::__init__ | ( | self, | ||
| orig, | ||||
repl = "", |
||||
when = None | ||||
| ) |
Definition at line 389 of file GaudiTest.py.
00390 : 00391 if when: 00392 when = re.compile(when) self._operations = [ (when, re.compile(orig), repl) ]
| def GaudiTest::RegexpReplacer::__processLine__ | ( | self, | ||
| line | ||||
| ) |
Reimplemented from GaudiTest::FilePreprocessor.
Definition at line 400 of file GaudiTest.py.
GaudiTest::RegexpReplacer::_operations [private] |
Definition at line 392 of file GaudiTest.py.