Part of lp.code.interfaces.branchlookup View In Hierarchy
Method | traverse | Traverse to the linked object referred to by 'path'. |
Returns | One of
* IProduct
* IProductSeries
* ISuiteSourcePackage
* IDistributionSourcePackage | |
Raises | InvalidProductName | If the first segment of the path is not a valid name. |
NoSuchProduct | If we can't find a product that matches the product component of the path. | |
NoSuchProductSeries | If the series component doesn't match an existing series. | |
NoSuchSourcePackageName | If the source packagae referred to does not exist. |