![]() |
|
|
Generated: 8 Jan 2009 |


Definition at line 329 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 334 of file GaudiTest.py.
00334 : 00335 output = input 00336 for pp in self.members: 00337 output = pp(output) 00338 return output 00339 class LineSkipper(FilePreprocessor):
Definition at line 331 of file GaudiTest.py.