|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |


Public Member Functions | |
| def | __init__ |
| def | __add__ |
| def | __call__ |
Public Attributes | |
| members | |
Definition at line 348 of file GaudiTest.py.
| def GaudiTest::FilePreprocessorSequence::__init__ | ( | self, | ||
members = [] | ||||
| ) |
| def GaudiTest::FilePreprocessorSequence::__add__ | ( | self, | ||
| rhs | ||||
| ) |
| def GaudiTest::FilePreprocessorSequence::__call__ | ( | self, | ||
| input | ||||
| ) |
Reimplemented from GaudiTest::FilePreprocessor.
Definition at line 353 of file GaudiTest.py.
00353 : 00354 output = input 00355 for pp in self.members: 00356 output = pp(output) 00357 return output 00358 class LineSkipper(FilePreprocessor):
Definition at line 350 of file GaudiTest.py.