Home | Trees | Index | Help |
---|
Package svnmailer :: Module settings :: Class _GroupSettingsContainer |
|
object
--+ |Struct
--+ | _GroupSettingsContainer
See Also: groupMembers
for the actual member list
Method Summary | |
---|---|
bool
|
compare some of the attributes |
list
|
Returns the list of member names that be ignored in comparisons |
Inherited from Struct | |
Stub Initialization | |
Object creation (Static method) | |
str
|
Representation for debugging purposes |
Set the self.name = value | |
Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
helper for pickle... | |
helper for pickle... | |
x.__setattr__('name', value) <==> x.name = value... | |
x.__str__() <==> str(x)... |
Property Summary | |
---|---|
_def_for_paths | |
_def_for_repos | |
_name | |
commit_subject_prefix | |
exclude_paths | |
for_paths | |
for_repos | |
from_addr | |
generate_diffs | |
ignore_if_other_matches | |
propchange_subject_prefix | |
reply_to_addr | |
to_addr | |
viewcvs_base_url | |
Inherited from Struct | |
_dict_ |
Class Variable Summary | |
---|---|
list |
__slots__ = ['_private_', '_members_', 'viewcvs_base_url...
|
dict |
_aliases_ : aliases for member names (recognized by the _set_
method) |
list |
_members_ = ['viewcvs_base_url', '_def_for_repos', 'excl...
|
member_descriptor |
_private_ = <member '_private_' of '_GroupSettingsContai...
|
member_descriptor |
_substdict = <member '_substdict' of '_GroupSettingsCont...
|
Instance Method Details |
---|
_compare(self, other)compare some of the attributes
|
_getIgnorableMembers(self)Returns the list of member names that be ignored in comparisons This method called by_compare . Override this method to modify
the list.
|
Class Variable Details |
---|
__slots__
|
_members_
|
_private_
|
_substdict
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Mon Feb 14 16:49:19 2005 | http://epydoc.sf.net |