Definition at line 553 of file GaudiTest.py.
◆ __init__()
| def GaudiTest.LineSorter.__init__ |
( |
|
self, |
|
|
|
signature |
|
) |
| |
Definition at line 554 of file GaudiTest.py.
554 def __init__(self, signature):
555 self.signature = signature
556 self.siglen = len(signature)
◆ __processLine__()
| def GaudiTest.LineSorter.__processLine__ |
( |
|
self, |
|
|
|
line |
|
) |
| |
Reimplemented from GaudiTest.FilePreprocessor.
Definition at line 558 of file GaudiTest.py.
559 pos = line.find(self.signature)
561 line = line[:(pos + self.siglen)]
562 lst = line[(pos + self.siglen):].split()
564 line +=
" ".join(lst)
◆ siglen
| GaudiTest.LineSorter.siglen |
◆ signature
| GaudiTest.LineSorter.signature |
The documentation for this class was generated from the following file: