![]() |
The Gaudi Framework
v32r2 (46d42edc)
|
Public Member Functions | |
def | __processLine__ (self, line) |
def | __call__ (self, input) |
def | __add__ (self, rhs) |
Base class for a callable that takes a file and returns a modified version of it.
Definition at line 443 of file GaudiTest.py.
def GaudiTest.FilePreprocessor.__add__ | ( | self, | |
rhs | |||
) |
Reimplemented in GaudiTest.RegexpReplacer, and GaudiTest.FilePreprocessorSequence.
Definition at line 466 of file GaudiTest.py.
def GaudiTest.FilePreprocessor.__call__ | ( | self, | |
input | |||
) |
def GaudiTest.FilePreprocessor.__processLine__ | ( | self, | |
line | |||
) |
Reimplemented in GaudiTest.LineSorter, GaudiTest.RegexpReplacer, GaudiTest.BlockSkipper, and GaudiTest.LineSkipper.
Definition at line 447 of file GaudiTest.py.