Searched refs:quips (Results 1 – 3 of 3) sorted by relevance
108 quips = tool.bugs.quips()109 quips.append('"Only you can prevent forest fires." -- Smokey the Bear')110 return random.choice(quips)
148 quips = soup.find(text=re.compile(r"Existing quips:")).findNext("ul").findAll("li")149 return [unicode(quip_entry.string) for quip_entry in quips]231 def quips(self): member in Bugzilla
298 def quips(self): member in MockBugzilla