| Home | Trees | Index | Help |
|---|
| Package svnmailer :: Package settings :: Module _accessors :: Class TokenlistMember |
|
object--+ |Member--+ |BaseMember--+ |BasePostmapMember--+ | TokenlistMember
| Method Summary | |
|---|---|
Checks if the tokens are allowed | |
Maps the items | |
Substitutes the items | |
Turns into a token list | |
Custom initialization | |
| Inherited from BasePostmapMember | |
Passes through | |
| Inherited from BaseMember | |
Postmap the value if it's activated | |
Premap the value if it's activated | |
Substitute the value if it's activated | |
Transform if value is not None | |
| Inherited from Member | |
Initialization | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
helper for pickle... | |
helper for pickle... | |
x.__repr__() <==> repr(x)... | |
x.__setattr__('name', value) <==> x.name = value... | |
x.__str__() <==> str(x)... | |
| Inherited from type | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
| Instance Variable Summary | |
|---|---|
| dict | _allowed: List of allowed tokens (or None) - saved in a
dict for faster lookup |
| Inherited from Member | |
| any | arg: The custom initialization argument |
Struct |
instance: The owner instance |
| callable | mapper: The associated mapper function (or None) |
| any | param: The descriptor parameter |
| Method Details |
|---|
_checkallowed(self, value)Checks if the tokens are allowed
|
doPostmap(self, value)Maps the items |
doSubstitute(self, value, subst)Substitutes the items |
doTransform(self, value)Turns into a token list
|
init(self)Custom initialization
|
| Instance Variable Details |
|---|
_allowedList of allowed tokens (or None) - saved in a dict for faster lookup
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.0 on Sun Sep 25 20:49:02 2005 | http://epydoc.sf.net |