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 |
Sets a key-value-pair for substitutions | |
Inherited from Struct | |
Stub Initialization | |
Removes all references from private container | |
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)... |
Class Variable Summary | |
---|---|
list |
__slots__ = ['cia_project_name', 'lock_subject_prefix', ...
|
NoneType |
_def_for_paths = None |
NoneType |
_def_for_repos = None |
ReadOnlyDict |
_dict_ = {'cia_project_name': None, 'lock_subject_prefix...
|
tuple |
_members_ = ('cia_project_name', 'lock_subject_prefix', ...
|
NoneType |
_name = None |
NoneType |
apply_charset_property = None |
NoneType |
bcc_addr = None |
NoneType |
browser_base_url = None |
NoneType |
cia_project_branch = None |
NoneType |
cia_project_module = None |
NoneType |
cia_project_name = None |
NoneType |
cia_project_path = None |
NoneType |
cia_project_submodule = None |
NoneType |
cia_rpc_server = None |
NoneType |
commit_subject_prefix = None |
NoneType |
commit_subject_template = None |
NoneType |
custom_header = None |
NoneType |
diff_command = None |
NoneType |
exclude_paths = None |
NoneType |
extract_x509_author = None |
NoneType |
for_paths = None |
NoneType |
for_repos = None |
NoneType |
from_addr = None |
NoneType |
generate_diffs = None |
NoneType |
ignore_if_other_matches = None |
NoneType |
lock_subject_prefix = None |
NoneType |
lock_subject_template = None |
NoneType |
long_mail_action = None |
NoneType |
long_news_action = None |
NoneType |
mail_transfer_encoding = None |
NoneType |
mail_type = None |
NoneType |
max_subject_length = None |
NoneType |
news_transfer_encoding = None |
NoneType |
propchange_subject_prefix = None |
NoneType |
propchange_subject_template = None |
NoneType |
reply_to_addr = None |
NoneType |
show_applied_charset = None |
NoneType |
show_nonmatching_paths = None |
NoneType |
to_addr = None |
NoneType |
to_fake = None |
NoneType |
to_newsgroup = None |
NoneType |
unlock_subject_prefix = None |
NoneType |
unlock_subject_template = None |
NoneType |
viewcvs_base_url = None |
Inherited from Struct | |
NoneType |
_set_ = None |
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 |
---|
_def_for_paths
|
_def_for_repos
|
_dict_
|
_members_
|
_name
|
apply_charset_property
|
bcc_addr
|
browser_base_url
|
cia_project_branch
|
cia_project_module
|
cia_project_name
|
cia_project_path
|
cia_project_submodule
|
cia_rpc_server
|
commit_subject_prefix
|
commit_subject_template
|
custom_header
|
diff_command
|
exclude_paths
|
extract_x509_author
|
for_paths
|
for_repos
|
from_addr
|
generate_diffs
|
ignore_if_other_matches
|
lock_subject_prefix
|
lock_subject_template
|
long_mail_action
|
long_news_action
|
mail_transfer_encoding
|
mail_type
|
max_subject_length
|
news_transfer_encoding
|
propchange_subject_prefix
|
propchange_subject_template
|
reply_to_addr
|
show_applied_charset
|
show_nonmatching_paths
|
to_addr
|
to_fake
|
to_newsgroup
|
unlock_subject_prefix
|
unlock_subject_template
|
viewcvs_base_url
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Apr 17 12:39:11 2006 | http://epydoc.sf.net |