Part of lp.code.model.gitlookup View In Hierarchy
From here, you can traverse to a distribution source package.
Method | traverse | See IGitTraversable . |
Inherited from _BaseGitTraversable:
Method | __init__ | Undocumented |
IGitTraversable
.Returns | A tuple of (IPerson , IDistributionSourcePackage , None). | |
Raises | InvalidNamespace | If 'name' is not '+source' or there are no further segments. |
NoSuchSourcePackageName | If the segment after '+source' doesn't match an existing source package name. |