Part of canonical.launchpad.interfaces.launchpad View In Hierarchy
Known implementations: canonical.launchpad.utilities.personroles.PersonRoles
What celebrity teams a person is member of and similar helpers. Convenience methods that remove frequent calls to ILaunchpadCelebrities and IPerson.inTeam from permission checkers. May also be used in model or view code. All person celebrities in ILaunchpadCelbrities must have a matching in_ attribute here and vice versa.
Attribute | person | The IPerson object that these checks refer to. |
Bool | in_admin | Undocumented |
Bool | in_bazaar_experts | Undocumented |
Bool | in_software_center_agent | Undocumented |
Bool | in_bug_importer | Undocumented |
Bool | in_bug_watch_updater | Undocumented |
Bool | in_buildd_admin | Undocumented |
Bool | in_commercial_admin | Undocumented |
Bool | in_hwdb_team | Undocumented |
Bool | in_janitor | Undocumented |
Bool | in_katie | Undocumented |
Bool | in_launchpad_beta_testers | Undocumented |
Bool | in_launchpad_developers | Undocumented |
Bool | in_mailing_list_experts | Undocumented |
Bool | in_ppa_key_guard | Undocumented |
Bool | in_registry_experts | Undocumented |
Bool | in_rosetta_experts | Undocumented |
Bool | in_shipit_admin | Undocumented |
Bool | in_ubuntu_branches | Undocumented |
Bool | in_ubuntu_security | Undocumented |
Bool | in_ubuntu_techboard | Undocumented |
Bool | in_vcs_imports | Undocumented |
Method | inTeam | Is this person a member or the owner of team ? |
Method | isOwner | Is this person the owner of the object? |
Method | isDriver | Is this person the driver of the object? |
Method | isOneOfDrivers | Is this person on of the drivers of the object? |
Method | isOneOf | Is this person one of the roles in relation to the object? |
team
?
Passed through to the same method in 'IPersonPublic'.