Searched refs:assigned_to_email (Results 1 – 3 of 3) sorted by relevance
53 def assigned_to_email(self): member in Bug63 return self.assigned_to_email() in self.unassigned_emails
135 assigned_to_email = bug.assigned_to_email()136 …s already assigned to %s (%s)." % (bug_id, assigned_to_email, committers.committer_by_email(assign…
21165 - Rename assign_to_email to assigned_to_email (typo).21166 - Add assigned_to_email() method on Bug.21170 - Update test after assigned_to_email rename.