Home | History | Annotate | Download | only in python2.7

Lines Matching refs:nextline

200                 nextline = self.getline()
201 line = line + ('\n' + nextline)
202 if nextline[:3] == code and \
203 nextline[3:4] != '-':