l.s.i.d.IDistroArchSeriesFilterView(Interface) : interface documentation

Part of lp.soyuz.interfaces.distroarchseriesfilter View In Hierarchy

Known subclasses: lp.soyuz.interfaces.distroarchseriesfilter.IDistroArchSeriesFilter

IDistroArchSeriesFilter attributes that require launchpad.View.
Int id Undocumented
Choice sense Whether the filter represents packages to include or exclude from the distro arch series.
PublicPersonChoice creator The user who created this filter.
Datetime date_created The time when this filter was created.
Datetime date_last_modified The time when this filter was last modified.
Method isSourceIncluded Is this source package name included by this filter?
id =
Undocumented
sense =
Whether the filter represents packages to include or exclude from the distro arch series.
creator =
The user who created this filter.
date_created =
The time when this filter was created.
date_last_modified =
The time when this filter was last modified.
def isSourceIncluded(sourcepackagename):
Is this source package name included by this filter?

If the sense of the filter is INCLUDE, then this returns True iff the source package name is included in the related package set; otherwise, it returns True iff the source package name is not included in the related package set.

Parameterssourcepackagenamean ISourcePackageName.
ReturnsTrue if the source is included by this filter, otherwise False.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.