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

Lines Matching refs:lines

184         2: also print raw lines read and sent before stripping CR/LF"""
295 # Parse lines into "group last first flag"
312 resp, lines = self.descriptions(group)
313 if len(lines) == 0:
316 return lines[0][1]
328 lines = []
332 lines.append(match.group(1, 2))
333 return resp, lines
418 - list: the lines of the article's header"""
430 - list: the lines of the article's body or an empty list
442 - list: the lines of the article"""
461 resp, lines = self.longcmd('XHDR ' + hdr + ' ' + str, file)
462 for i in range(len(lines)):
463 line = lines[i]
466 lines[i] = m.group(1, 2)
467 return resp, lines
476 id, references, size, lines)"""
478 resp, lines = self.longcmd('XOVER ' + start + '-' + end, file)
480 for line in lines:
504 lines = []
508 lines.append(match.group(1, 2))
509 return resp, lines