l.r.i.p.IPersonLimitedView(IHasIcon, IHasLogo) : interface documentation

Part of lp.registry.interfaces.person View In Hierarchy

Known subclasses: lp.registry.interfaces.webservice.IPerson

IPerson attributes that require launchpad.LimitedView permission.
Attribute displayname Display name (deprecated)
TextLine unique_displayname Undocumented
IconImageUpload icon A small image of exactly 14x14 pixels and at most 5kb in size, that can be used to identify this team. The icon will be displayed whenever the team name is listed - for example in listings of bugs or on a person's membership table.
Int iconID Undocumented
Int logoID Undocumented
Attribute title Person Page Title
Method getPPAByName Return a PPA with the given name if it exists.

Inherited from IHasLogo:

Attribute logo The 64x64 logo.
displayname =
Display name (deprecated)
unique_displayname =
Undocumented
icon =
A small image of exactly 14x14 pixels and at most 5kb in size, that can be used to identify this team. The icon will be displayed whenever the team name is listed - for example in listings of bugs or on a person's membership table.
iconID =
Undocumented
logoID =
Undocumented
title =
Person Page Title
@operation_parameters(Reference(Interface, False), TextLine(True, name_validator))
@operation_returns_entry(Interface)
@export_read_operation()
@operation_for_version('beta')
def getPPAByName(distribution, name):
Return a PPA with the given name if it exists.
ParametersnameA string with the exact name of the ppa being looked up.
Returnsa PPA IArchive record corresponding to the name.
RaisesNoSuchPPA if a suitable PPA could not be found.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.