l.r.i.d.IDistroSeriesSet(Interface) : interface documentation

Part of lp.registry.interfaces.distroseries View In Hierarchy

The set of distro seriess.
Method get Retrieve the distro series with the given distroseriesid.
Method translatables Return a set of distroseriess that can be translated in
Method queryByName Query a DistroSeries by name.
Method queryByVersion Query a DistroSeries by version.
Method fromSuite Return the distroseries and pocket for 'suite' of 'distribution'.
Method getCurrentSourceReleases Lookup many distroseries source package releases.
Method search Search the set of distro seriess.
def get(distroseriesid):
Retrieve the distro series with the given distroseriesid.
def translatables():
Return a set of distroseriess that can be translated in rosetta.
def queryByName(distribution, name, follow_aliases=False):
Query a DistroSeries by name.

Returns the matching DistroSeries, or None if not found.

Unknown Field: distributionAn IDistribution.
Unknown Field: nameA string.
Unknown Field: follow_aliasesIf True, follow series aliases.
def queryByVersion(distribution, version):
Query a DistroSeries by version.

Returns the matching DistroSeries, or None if not found.

Unknown Field: distributionAn IDistribution.
Unknown Field: nameA string.
def fromSuite(distribution, suite):
Return the distroseries and pocket for 'suite' of 'distribution'.
ParametersdistributionAn IDistribution.
suiteA string that forms the name of a suite.
Returns(IDistroSeries, DBItem) where the item is from PackagePublishingPocket.
def getCurrentSourceReleases(distro_series_source_packagenames):
Lookup many distroseries source package releases.
Parametersdistro_series_to_source_packagenamesA dictionary with its keys being IDistroSeries and its values a list of ISourcePackageName.
ReturnsA dict as per IDistroSeries.getCurrentSourceReleases
def search(distribution=None, released=None, orderBy=None):
Search the set of distro seriess.

released == True will filter results to only include IDistroSeries with status CURRENT or SUPPORTED.

released == False will filter results to only include IDistroSeriess with status EXPERIMENTAL, DEVELOPMENT, FROZEN.

released == None will do no filtering on status.

API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.