l.s.m.n.NotificationRecipientSet : class documentation

Part of lp.services.mail.notificationrecipientset View In Hierarchy

Known subclasses: lp.bugs.mail.bugnotificationrecipients.BugNotificationRecipients

Set of recipients along the rationale for being in the set.
Method __init__ Create a new empty set.
Method getEmails See INotificationRecipientSet.
Method getRecipients See INotificationRecipientSet.
Method getRecipientPersons See INotificationRecipientSet.
Method __iter__ See INotificationRecipientSet.
Method __contains__ See INotificationRecipientSet.
Method __nonzero__ See INotificationRecipientSet.
Method getReason See INotificationRecipientSet.
Method add See INotificationRecipientSet.
Method remove See INotificationRecipientSet.
Method update See INotificationRecipientSet.
def __init__(self):
Create a new empty set.
def getEmails(self):
See INotificationRecipientSet.
def getRecipients(self):
See INotificationRecipientSet.
def getRecipientPersons(self):
See INotificationRecipientSet.
def __iter__(self):
See INotificationRecipientSet.
def __contains__(self, person_or_email):
See INotificationRecipientSet.
def __nonzero__(self):
See INotificationRecipientSet.
def getReason(self, person_or_email):
See INotificationRecipientSet.
def add(self, persons, reason, header):
See INotificationRecipientSet.
def remove(self, persons):
See INotificationRecipientSet.
def update(self, recipient_set):
See INotificationRecipientSet.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.