Package svnmailer :: Module struct_accessors :: Class _MailAction
[show private | hide private]
[frames | no frames]

Type _MailAction

object --+
         |
        _MailAction


Mailaction container
Method Summary
  __init__(self, action)
Initialization
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)...
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T...
  __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: 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)
(Constructor)

Initialization
Parameters:
action - The action as string
           (type=str)
Overrides:
__builtin__.object.__init__

__repr__(self)
(Representation operator)

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

Instance Variable Details

drop

drop submode or None
Type:
int
Value:
None                                                                  

maxbytes

maximum number of bytes
Type:
int
Value:
0                                                                     

mode

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

scope

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

truncate

truncate submode
Type:
bool
Value:
False                                                                  

Class Variable Details

LOCKS

locks token
Type:
str
Value:
'locks'                                                                

REVPROP

revprop-changes token
Type:
str
Value:
'revprop-changes'                                                      

SPLIT

split token
Type:
str
Value:
'split'                                                                

TRUNCATE

truncate token
Type:
str
Value:
'truncate'                                                             

URLS

showurls token
Type:
str
Value:
'showurls'                                                             

Generated by Epydoc 2.1 on Mon Apr 17 12:39:11 2006 http://epydoc.sf.net