Home | History | Annotate | Download | only in config

Lines Matching refs:def

34     def __init__(self, name, email_or_emails, irc_nickname=None):
43 def bugzilla_email(self):
48 def __str__(self):
54 def __init__(self, name, email_or_emails, irc_nickname=None):
324 def __init__(self,
331 def committers(self):
334 def reviewers(self):
337 def _email_to_committer_map(self):
344 def committer_by_name(self, name):
350 def committer_by_email(self, email):
353 def reviewer_by_email(self, email):