Home | History | Annotate | Download | only in bugzilla

Lines Matching refs:findAll

148         quips = soup.find(text=re.compile(r"Existing quips:")).findNext("ul").findAll("li")
333 bug["cc_emails"] = [self._string_contents(element) for element in soup.findAll('cc')]
334 bug["attachments"] = [self._parse_attachment_element(element, bug["id"]) for element in soup.findAll('attachment')]
552 match.group('error_message')).findAll(text=True)