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

Lines Matching refs:plist

554         plist = self.getphraselist()
561 if plist:
562 returnlist = [(' '.join(self.commentlist), plist[0])]
590 returnlist = [(' '.join(plist) + ' (' + \
592 else: returnlist = [(' '.join(plist), routeaddr)]
595 if plist:
596 returnlist = [(' '.join(self.commentlist), plist[0])]
754 plist = []
760 plist.append(self.getquote())
766 plist.append(self.getatom(self.phraseends))
768 return plist