![]() |
The Gaudi Framework
v25r6p1
|
Special preprocessor sorting the list of strings (whitespace separated) that follow a signature on a single line. More...


Public Member Functions | |
| def | __init__ |
| def | __processLine__ |
Public Member Functions inherited from BaseTest.FilePreprocessor | |
| def | __processLine__ |
| def | __call__ |
| def | __add__ |
Public Attributes | |
| signature | |
| siglen | |
Special preprocessor sorting the list of strings (whitespace separated) that follow a signature on a single line.
Definition at line 640 of file BaseTest.py.
| def BaseTest.LineSorter.__init__ | ( | self, | |
| signature | |||
| ) |
Definition at line 641 of file BaseTest.py.
| def BaseTest.LineSorter.__processLine__ | ( | self, | |
| line | |||
| ) |
Definition at line 644 of file BaseTest.py.
| BaseTest.LineSorter.siglen |
Definition at line 643 of file BaseTest.py.
| BaseTest.LineSorter.signature |
Definition at line 642 of file BaseTest.py.