Searched refs:_string_contents (Results 1 – 2 of 2) sorted by relevance
274 def _string_contents(self, soup): member in Bugzilla296 return self._parse_date(self._string_contents(soup))307 attachment['name'] = self._string_contents(element.find('desc'))308 attachment['attacher_email'] = self._string_contents(element.find('attacher'))309 attachment['type'] = self._string_contents(element.find('type'))326 bug["title"] = self._string_contents(soup.find("short_desc"))327 bug["bug_status"] = self._string_contents(soup.find("bug_status"))330 bug["dup_id"] = self._string_contents(dup_id)331 bug["reporter_email"] = self._string_contents(soup.find("reporter"))332 bug["assigned_to_email"] = self._string_contents(soup.find("assigned_to"))[all …]
4554 - Add a new _string_contents() method and explain why4809 - Add a new _string_contents() method and explain why5307 - Add a new _string_contents() method and explain why