Package svnmailer :: Module main :: Class GroupSet
[hide private]

Class GroupSet

source code

object --+
         |
        GroupSet

Container object for a single groupset

Instance Methods [hide private]
 
__init__(self, groups, changes, allchanges)
Initialization
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]
list changes
The changes that belong to the group
list groups
The groups to process
list xchanges
The changes that don't belong to the group (only filled if show_nonmatching_paths = yes)
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, groups, changes, allchanges)
(Constructor)

source code 

Initialization

Parameters:
  • groups (list) - The groups to process
  • changes (list) - The changes that belong to the group
  • allchanges (list) - All changes
Overrides: object.__init__