l.r.b.p.ProductDownloadFilesView(LaunchpadView, SortSeriesMixin, ProductDownloadFileMixin) : class documentation

Part of lp.registry.browser.product View In Hierarchy

View class for the product's file downloads page.
Method page_title Undocumented
Method initialize See LaunchpadFormView.
Method getReleases See ProductDownloadFileMixin.
Method series_and_releases_batch Get a batch of series and release
Method has_download_files Across series and releases do any download files exist?
Method any_download_files_with_signatures Do any series or release download files have signatures?
Method milestones A mapping between series and releases that are milestones.
Method is_milestone Determine whether a release is milestone for the series.

Inherited from SortSeriesMixin:

Method sorted_series_list Return a sorted list of series.
Method sorted_active_series_list Like sorted_series_list() but filters out OBSOLETE series.
Method _sorted_filtered_list Return a sorted, filtered list of series.

Inherited from ProductDownloadFileMixin:

Method product Product with all series, release and file data cached.
Method deleteFiles Delete the selected files from the set of releases.
Method processDeleteFiles If the 'delete_files' button was pressed, process the deletions.
Method latest_release_with_download_files Return the latest release with download files.
@property
def page_title(self):
Undocumented
def initialize(self):
See LaunchpadFormView.
def getReleases(self):
See ProductDownloadFileMixin.
@cachedproperty
def series_and_releases_batch(self):
Get a batch of series and release

Each entry returned is a tuple of (series, release).

@cachedproperty
def has_download_files(self):
Across series and releases do any download files exist?
@cachedproperty
def any_download_files_with_signatures(self):
Do any series or release download files have signatures?
@cachedproperty
def milestones(self):
A mapping between series and releases that are milestones.
def is_milestone(self, series, release):
Determine whether a release is milestone for the series.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.