Part of lp.code.interfaces.revision View In Hierarchy
| Int | id | Undocumented |
| TextLine | name | Undocumented |
| Attribute | name_without_email | Revision author name without email address. |
| Attribute | The email address extracted from the author text. | |
| PublicPersonChoice | person | Undocumented |
| Attribute | personID | The primary key of the person |
| Method | linkToLaunchpadPerson | Attempt to link the revision author to a Launchpad Person. |
Person.
This method looks to see if the email address used in the
text of RevisionAuthor.name has been validated against a
Person.
| Returns | True if a valid link is made. | |