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

Lines Matching refs:lst

139         self.headers = lst = []
166 lst.append(line)
179 lst.append(line)
239 lst = []
247 lst.append(line)
248 return lst
258 lst = []
267 lst.append(line)
268 return lst
279 lst = self.getfirstmatchingheader(name)
280 if not lst:
282 lst[0] = lst[0][len(name) + 1:]
283 return ''.join(lst)
411 lst = []
420 lst.append(i)
421 for i in reversed(lst):
490 lst = a.addresslist
491 if not lst:
493 return lst[0]