~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/person.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-28 13:29:27 UTC
  • mfrom: (13811.1.1 more-arbitrary-lint)
  • Revision ID: launchpad@pqm.canonical.com-20110828132927-7jxctxr494zdyp69
[r=jtv][no-qa] Fix lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2119
2119
 
2120
2120
    def getByEmails(emails, include_hidden=True):
2121
2121
        """Search for people with the given email addresses.
2122
 
        
 
2122
 
2123
2123
        :param emails: A list of email addresses.
2124
2124
        :param include_hidden: Include people who have opted to hide their
2125
2125
            email. Defaults to True.