Home | History | Annotate | Download | only in config

Lines Matching refs:patch

75     def _validate_setter_email(self, patch, result_key, rejection_function):
76 committer = getattr(patch, result_key)()
79 setter_email = patch._attachment_dictionary.get("%s_email" % result_key)
81 rejection_function(patch.id(),
87 def _reject_patch_if_flags_are_invalid(self, patch):
89 patch, "reviewer", self.reject_patch_from_review_queue)
91 patch, "committer", self.reject_patch_from_commit_queue))
94 return [patch for patch in patches if self._reject_patch_if_flags_are_invalid(patch)]