Part of lp.code.model.gitlookup View In Hierarchy
Corresponds to '/' in the path. From here, you can traverse to a project or a distribution, optionally with a person context as well.
Method | traverse | See IGitTraversable . |
IGitTraversable
.Returns | A tuple of (IPerson , IPillar , None). | |
Raises | InvalidProductName | If 'name' is not a valid name. |
NoSuchPerson | If 'name' begins with a '~', but the remainder doesn't match an existing person. | |
NoSuchProduct | If 'name' doesn't match an existing pillar. |