Beispiel #1
0
 def addLine(self, line):
     self.line = line
     self.lastIndex = 0
     #if protocol has been executed BUT crashee before create something
     #line=None (ROB)
     if line is not None:
         parseHyperText(line, self.matchHyperText)
         Text.addLine(self, line[self.lastIndex:])
Beispiel #2
0
 def addLine(self, line):
     self.line = line
     self.lastIndex = 0
     #if protocol has been executed BUT crashee before create something
     #line=None (ROB)
     if line is not None:
         parseHyperText(line, self.matchHyperText)
         Text.addLine(self, line[self.lastIndex:])
Beispiel #3
0
 def addLine(self, line):
     self.line = line
     self.lastIndex = 0
     if line is not None:
         parseHyperText(line, self.matchHyperText)
         Text.addLine(self, line[self.lastIndex:])
Beispiel #4
0
 def addLine(self, line):
     self.line = line
     self.lastIndex = 0
     parseHyperText(line, self.matchHyperText)
     Text.addLine(self, line[self.lastIndex:])