Home | Trees | Index | Help |
---|
Package svnmailer :: Module struct_accessors |
|
This module exactly describes the struct member definitions used by
the svnmailer. All those definitions are pooled in the typemap
dict, which can be supplied as-is
to typedstruct.members
.
unicode
: see UnicodeDescriptor
string
: see StringDescriptor
int
: see IntegerDescriptor
bool
: see BooleanDescriptor
humanbool
: see HumanBooleanDescriptor
regex
: see RegexDescriptor
token
: see TokenDescriptor
tokenlist
: see TokenlistDescriptor
filename
: see FilenameDescriptor
unicommand
: see CommandlineDescriptor
quotedstr
: see QuotedstringDescriptor
stdin
: see StdinDescriptor
mailaction
: see MailactionDescriptor
Classes | |
---|---|
_MailAction |
Mailaction container |
_QuotedString |
Holds a quoted string |
BaseDescriptor |
Base class for svnmailer descriptors |
BasePostmapDescriptor |
Base class for postmap only descriptors |
BasePremapDescriptor |
Base class for premap only descriptors |
BooleanDescriptor |
Boolean storage |
CommandlineDescriptor |
Commandline storage |
FilenameDescriptor |
Filename storage |
HumanBooleanDescriptor |
Boolean storage with translater from human readable booleans |
IntegerDescriptor |
Integer storage |
MailactionDescriptor |
Mail action parsing and storage |
QuotedstringDescriptor |
Quoted string storage |
RegexDescriptor |
Regex storage |
StdinDescriptor |
Stdin storage |
StringDescriptor |
String storage |
TokenDescriptor |
Unicode token storage |
TokenlistDescriptor |
(Unicode) Tokenlist storage |
UnicodeDescriptor |
Unicode object storage |
Exceptions | |
---|---|
NotSupportedError |
This method is not supported |
Variable Summary | |
---|---|
svnmailer.util.ReadOnlyDict |
typemap : The type mapping dict ({<name>: <class>} ) |
Variable Details |
---|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Apr 17 12:39:10 2006 | http://epydoc.sf.net |