Part of lp.code.model.gitlookup View In Hierarchy
Known subclasses: lp.code.model.gitlookup.DistributionGitTraversable, lp.code.model.gitlookup.DistributionSourcePackageGitTraversable, lp.code.model.gitlookup.PersonGitTraversable, lp.code.model.gitlookup.ProjectGitTraversable
Method | __init__ | Undocumented |
Method | traverse | See IGitTraversable . |
IGitTraversable
.Returns | A tuple of (IPerson , IHasGitRepositories ,
IGitRepository ). | |
Raises | InvalidNamespace | If 'name' is not '+git', or there is no owner, or there are no further segments. |
NoSuchGitRepository | If the segment after '+git' doesn't match an existing Git repository. |