Part of lp.registry.model.projectgroup View In Hierarchy
| Method | __init__ | Undocumented |
| Method | __iter__ | Undocumented |
| Method | __getitem__ | Undocumented |
| Method | get | See lp.registry.interfaces.projectgroup.IProjectGroupSet. |
| Method | getByName | See IProjectGroupSet. |
| Method | new | See lp.registry.interfaces.projectgroup.IProjectGroupSet. |
| Method | count_all | Undocumented |
| Method | forReview | Undocumented |
| Method | search | Search through the Registry database for project groups that match |
See lp.registry.interfaces.projectgroup.IProjectGroupSet.
>>> getUtility(IProjectGroupSet).get(1).name u'apache' >>> getUtility(IProjectGroupSet).get(-1) Traceback (most recent call last): ... NotFoundError: -1
lp.registry.interfaces.projectgroup.IProjectGroupSet.