Lines Matching refs:bug
222 lambda bug: bug.commit_queued_patches(),
224 return map(lambda bug: bug.id(), bugs_with_commit_queued_patches)
227 unreviewed_patches = sum([bug.unreviewed_patches()
228 for bug in self._all_bugs()], [])
232 return sum([bug.commit_queued_patches()
233 for bug in self._all_bugs()], [])
236 bugs_with_reviewed_patches = filter(lambda bug: bug.reviewed_patches(),
238 bug_ids = map(lambda bug: bug.id(), bugs_with_reviewed_patches)
245 return sum([bug.reviewed_patches() for bug in self._all_bugs()], [])
315 bug = self.fetch_bug(attachment_dictionary["bug_id"])
316 for attachment in bug.attachments(include_obsolete=True):