Home | Trees | Index | Help |
---|
Package svnmailer :: Package settings :: Module _accessors :: Class MailAction |
|
object
--+
|
MailAction
Method Summary | |
---|---|
Initialization | |
MailAction |
Constructor (Static method) |
str |
String representation of the object |
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)... |
Instance Variable Summary | |
---|---|
int | drop : dropping submode or None |
int | maxbytes : maximum number of bytes |
unicode | mode : basic mode (truncate, showurls, split) |
tuple | scope : additional scopes (revprop-changes, locks) |
bool | truncate : truncation submode |
Class Variable Summary | |
---|---|
Basic Modes | |
unicode | SPLIT : split token |
unicode | TRUNCATE : truncate token |
unicode | URLS : showurls token |
Scopes | |
unicode | LOCKS : locks token |
unicode | REVPROP : revprop-changes token |
Instance Method Details |
---|
__init__(self,
action)
Initialization |
__repr__(self)
String representation of the object |
Static Method Details |
---|
__new__(cls, action)Constructor
|
Instance Variable Details |
---|
dropdropping submode or None
|
maxbytesmaximum number of bytes
|
modebasic mode (truncate, showurls, split)
|
scopeadditional scopes (revprop-changes, locks)
|
truncatetruncation submode
|
Class Variable Details |
---|
LOCKSlocks token
|
REVPROPrevprop-changes token
|
SPLITsplit token
|
TRUNCATEtruncate token
|
URLSshowurls token
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Sun Sep 25 20:49:20 2005 | http://epydoc.sf.net |