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


Public Member Functions | |
| def | __init__ (self, signature) |
| def | __processLine__ (self, line) |
| def | __init__ (self, signature) |
| def | __processLine__ (self, line) |
Public Member Functions inherited from GaudiTesting.BaseTest.FilePreprocessor | |
| def | __processLine__ (self, line) |
| def | __call__ (self, input) |
| def | __add__ (self, rhs) |
| def | __processLine__ (self, line) |
| def | __call__ (self, input) |
| def | __add__ (self, rhs) |
Public Attributes | |
| signature | |
| siglen | |
Special preprocessor sorting the list of strings (whitespace separated) that follow a signature on a single line.
Definition at line 723 of file BaseTest.py.
| def GaudiTesting.BaseTest.LineSorter.__init__ | ( | self, | |
| signature | |||
| ) |
Definition at line 724 of file BaseTest.py.
| def GaudiTesting.BaseTest.LineSorter.__init__ | ( | self, | |
| signature | |||
| ) |
Definition at line 724 of file BaseTest.py.
| def GaudiTesting.BaseTest.LineSorter.__processLine__ | ( | self, | |
| line | |||
| ) |
Definition at line 727 of file BaseTest.py.
| def GaudiTesting.BaseTest.LineSorter.__processLine__ | ( | self, | |
| line | |||
| ) |
Definition at line 727 of file BaseTest.py.
| GaudiTesting.BaseTest.LineSorter.siglen |
Definition at line 726 of file BaseTest.py.
| GaudiTesting.BaseTest.LineSorter.signature |
Definition at line 725 of file BaseTest.py.