Part of lp.soyuz.interfaces.binarypackagename View In Hierarchy
Method | __getitem__ | Retrieve a binarypackagename by name. |
Method | getAll | return an iselectresults representing all package names |
Method | queryByName | Return a binary package name. |
Method | new | Create a new binary package name. |
Method | getOrCreateByName | Get a binary package by name, creating it if necessary. |
Method | ensure | Ensure that the given BinaryPackageName exists, creating it |
Method | getNotNewByNames | Return `BinaryPackageName`s that are already published. |
If there is no matching binary package name, return None.
Returns the BinaryPackageName
Return `BinaryPackageName`s that are already published. For the `BinaryPackageName` ids specified, return a (possible) subset where they are published, thus excluding "new" records. :param ids: A sequence of IDs of `BinaryPackageName`s. :param distroseries: The context `DistroSeries` for the publications. :param archive_ids: The context `Archive` IDs for the publications.