Home | Trees | Index | Help |
---|
Package svnmailer :: Module struct_accessors :: Class _MailAction |
|
object
--+
|
_MailAction
Method Summary | |
---|---|
Initialization | |
str
|
String representation of the object |
Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__setattr__('name', value) <==> x.name = value... | |
x.__str__() <==> str(x)... |
Instance Variable Summary | |
---|---|
int |
drop : drop submode or None |
int |
maxbytes : maximum number of bytes |
str |
mode : basic mode (truncate , showurls ,
split ) |
tuple |
scope : additional scopes (revprop-changes ,
locks ) |
bool |
truncate : truncate submode |
Class Variable Summary | |
---|---|
str |
LOCKS : locks token |
str |
REVPROP : revprop-changes token |
str |
SPLIT : split token |
str |
TRUNCATE : truncate token |
str |
URLS : showurls token |
Method Details |
---|
__init__(self,
action)
Initialization
|
__repr__(self)
String representation of the object
|
Instance Variable Details |
---|
dropdrop submode orNone
|
maxbytesmaximum number of bytes
|
modebasic mode (truncate , showurls ,
split )
|
scopeadditional scopes (revprop-changes ,
locks )
|
truncatetruncate submode
|
Class Variable Details |
---|
LOCKSlocks token
|
REVPROPrevprop-changes token
|
SPLITsplit token
|
TRUNCATEtruncate token
|
URLSshowurls token
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Apr 17 12:39:11 2006 | http://epydoc.sf.net |