Package svnmailer :: Module struct_accessors :: Class _MailAction
[hide private]

Class _MailAction

source code

object --+
         |
        _MailAction

Mailaction container

Instance Methods [hide private]
 
__init__(self, action)
Initialization
source code
str
__repr__(self)
String representation of the object
source code

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

Class Variables [hide private]
str TRUNCATE = 'truncate'
truncate token
str URLS = 'showurls'
showurls token
str SPLIT = 'split'
split token
str REVPROP = 'revprop-changes'
revprop-changes token
str LOCKS = 'locks'
locks token
Instance Variables [hide private]
int maxbytes = 0
maximum number of bytes
str mode = None
basic mode (truncate, showurls, split)
bool truncate = False
truncate submode
int drop = None
drop submode or None
tuple scope = ()
additional scopes (revprop-changes, locks)
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, action)
(Constructor)

source code 

Initialization

Parameters:
  • action (str) - The action as string
Overrides: object.__init__

__repr__(self)
(Representation operator)

source code 

String representation of the object

Returns: str
The representation
Overrides: object.__repr__