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? |
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.
| Parameters | sourcepackagename | an ISourcePackageName. |
| Returns | True if the source is included by this filter, otherwise False. | |