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