Part of lp.code.model.gitlookup View In Hierarchy
From here, you can traverse to a named personal repository, or to a project or a distribution with a person context.
| Method | getNamespace | Undocumented |
| Method | traverse | See IGitTraversable. |
Inherited from _BaseGitTraversable:
| Method | __init__ | Undocumented |
IGitTraversable.| Returns | A tuple of (IPerson, IHasGitRepositories,
IGitRepository). | |
| Raises | InvalidNamespace | If 'name' is '+git' and there are no further segments. |
| InvalidProductName | If 'name' is not '+git' and is not a valid name. | |
| NoSuchGitRepository | If the segment after '+git' doesn't match an existing Git repository. | |
| NoSuchProduct | If 'name' is not '+git' and doesn't match an existing pillar. | |