Package svnmailer :: Package settings :: Module _accessors :: Class MailAction
[show private | hide private]
[frames | no frames]

Class MailAction

object --+
         |
        MailAction


Mailaction container
Method Summary
  __init__(self, action)
Initialization
MailAction __new__(cls, action)
Constructor (Static method)
str __repr__(self)
String representation of the object
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name...
  __getattribute__(...)
x.__getattribute__('name') <==> x.name...
  __hash__(x)
x.__hash__() <==> hash(x)...
  __reduce__(...)
helper for pickle...
  __reduce_ex__(...)
helper for pickle...
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value...
  __str__(x)
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)
(Constructor)

Initialization
Parameters:
action - The action as string
           (type=basestring)
Raises:
ValueError - The supplied action is invalid
Overrides:
__builtin__.object.__init__

__repr__(self)
(Representation operator)

String representation of the object
Returns:
The representation
           (type=str)
Overrides:
__builtin__.object.__repr__

Static Method Details

__new__(cls, action)

Constructor
Parameters:
action - The action as string
           (type=basestring)
Returns:
A new MailAction instance or None if action is empty or None
           (type=MailAction)
Overrides:
__builtin__.type.__new__

Instance Variable Details

drop

dropping submode or None
Type:
int
Value:
None                                                                  

maxbytes

maximum number of bytes
Type:
int
Value:
0                                                                     

mode

basic mode (truncate, showurls, split)
Type:
unicode
Value:
None                                                                  

scope

additional scopes (revprop-changes, locks)
Type:
tuple
Value:
()                                                                     

truncate

truncation submode
Type:
bool
Value:
False                                                                  

Class Variable Details

LOCKS

locks token
Type:
unicode
Value:
u'locks'                                                               

REVPROP

revprop-changes token
Type:
unicode
Value:
u'revprop-changes'                                                     

SPLIT

split token
Type:
unicode
Value:
u'split'                                                               

TRUNCATE

truncate token
Type:
unicode
Value:
u'truncate'                                                            

URLS

showurls token
Type:
unicode
Value:
u'showurls'                                                            

Generated by Epydoc 2.0 on Sun Sep 25 20:49:20 2005 http://epydoc.sf.net