|
Gaudi Framework, version v21r6 |
| Home | Generated: 11 Nov 2009 |


Definition at line 347 of file GaudiTest.py.
Public Member Functions | |
| def | __init__ |
| def | __add__ |
| def | __call__ |
Public Attributes | |
| members | |
| 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 352 of file GaudiTest.py.
00352 : 00353 output = input 00354 for pp in self.members: 00355 output = pp(output) 00356 return output 00357 class LineSkipper(FilePreprocessor):
Definition at line 349 of file GaudiTest.py.