l.b.m.b.BugSubscriptionFilter(StormBase) : class documentation

Part of lp.bugs.model.bugsubscriptionfilter View In Hierarchy

A filter to specialize a structural subscription.
Method delete See IBugSubscriptionFilter.
Class Method deleteMultiple Undocumented
Method isMuteAllowed See IBugSubscriptionFilter.
Method muted Undocumented
Method mute See IBugSubscriptionFilter.
Method unmute See IBugSubscriptionFilter.
Method _get_collection Undocumented
Method _set_collection Undocumented
Method _get_statuses Undocumented
Method _set_statuses Undocumented
Method _get_importances Undocumented
Method _set_importances Undocumented
Method _get_tags Return a frozenset of tags to filter on.
Method _set_tags Update the tags to filter on.
Method _get_information_types Undocumented
Method _set_information_types Undocumented

Inherited from StormBase:

Method __storm_invalidated__ Flush cached properties.
def _get_collection(self, cls, attribute):
Undocumented
def _set_collection(self, cls, enum, attribute, current_set, desired_set):
Undocumented
def _get_statuses(self):
Undocumented
def _set_statuses(self, statuses):
Undocumented
def _get_importances(self):
Undocumented
def _set_importances(self, importances):
Undocumented
def _get_tags(self):
Return a frozenset of tags to filter on.
def _set_tags(self, tags):
Update the tags to filter on.

The tags can be qualified with a leading hyphen, and can be bundled in any iterable.

If they are passed within a searchbuilder.any or searchbuilder.all object, the find_all_tags attribute will be updated to match.

Wildcard tags - * and -* - can be given too, and will update include_any_tags and exclude_any_tags.

def _get_information_types(self):
Undocumented
def _set_information_types(self, information_types):
Undocumented
def delete(self):
See IBugSubscriptionFilter.
@classmethod
def deleteMultiple(cls, ids):
Undocumented
def isMuteAllowed(self, person):
See IBugSubscriptionFilter.
def muted(self, person):
Undocumented
def mute(self, person):
See IBugSubscriptionFilter.
def unmute(self, person):
See IBugSubscriptionFilter.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.