Definition at line 564 of file GaudiTest.py.
◆ __init__()
| def GaudiTest.LineSorter.__init__ |
( |
|
self, |
|
|
|
signature |
|
) |
| |
Definition at line 565 of file GaudiTest.py.
565 def __init__(self, signature):
566 self.signature = signature
567 self.siglen = len(signature)
◆ __processLine__()
| def GaudiTest.LineSorter.__processLine__ |
( |
|
self, |
|
|
|
line |
|
) |
| |
Reimplemented from GaudiTest.FilePreprocessor.
Definition at line 569 of file GaudiTest.py.
570 pos = line.find(self.signature)
572 line = line[:(pos + self.siglen)]
573 lst = line[(pos + self.siglen):].split()
575 line +=
" ".join(lst)
◆ siglen
| GaudiTest.LineSorter.siglen |
◆ signature
| GaudiTest.LineSorter.signature |
The documentation for this class was generated from the following file: