Part of lp.code.interfaces.gitlookup View In Hierarchy
| Method | traverse | Return the object beneath this one that matches 'name'. |
Return the object beneath this one that matches 'name'.
:param owner: The current `IPerson` context, or None.
:param name: The name of the object being traversed to.
:param segments: An iterator over remaining path segments.
:return: A tuple of
* an `IPerson`, or None;
* an `IGitTraversable`;
* an `IGitRepository`, or None; if this is non-None then
traversing should stop.