Part of lp.registry.interfaces.sourcepackagename View In Hierarchy
| Method | __getitem__ | Retrieve a sourcepackagename by name. |
| Method | get | Return a sourcepackagename by its id. |
| Method | getAll | return an iselectresults representing all package names |
| Method | queryByName | Get a sourcepackagename by its name atttribute. |
| Method | new | Create a new source package name. |
| Method | getOrCreateByName | Get a source package name by name, creating it if necessary. |
If the sourcepackagename can't be found a NotFoundError will be raised.