Lines Matching refs:aslist
361 aslist = []
367 if aslist and not aslist[-1].strip():
368 aslist.pop()
369 aslist.append('.')
373 aslist.append('"%s"' % quote(self.getquote()))
375 if aslist and not aslist[-1].strip():
376 aslist.pop()
379 aslist.append(self.getatom())
382 aslist.append(ws)
385 return EMPTYSTRING.join(aslist)
387 aslist.append('@')
395 return EMPTYSTRING.join(aslist) + domain