diff options
Diffstat (limited to 'src/mailman/interfaces/mailinglist.py')
| -rw-r--r-- | src/mailman/interfaces/mailinglist.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mailman/interfaces/mailinglist.py b/src/mailman/interfaces/mailinglist.py index d5317828f..27ea7a2b8 100644 --- a/src/mailman/interfaces/mailinglist.py +++ b/src/mailman/interfaces/mailinglist.py @@ -218,6 +218,15 @@ class IMailingList(Interface): role. """) + def get_roster(role): + """Return the appropriate roster for the given role. + + :param role: The requested roster's role. + :type role: MemberRole + :return: The requested roster. + :rtype: Roster + """ + volume = Attribute( """A monotonically increasing integer sequentially assigned to each new digest volume. The volume number may be bumped either |
