Home | Trees | Index | Help |
---|
Package svnmailer :: Module struct_accessors :: Class IntegerDescriptor |
|
object
--+ |MemberDescriptor
--+ |BaseDescriptor
--+ | IntegerDescriptor
Method Summary | |
---|---|
Turns into an int | |
Inherited from BaseDescriptor | |
Initialization | |
abstract method | |
abstract method | |
any |
abstract method |
Returns the charset | |
Returns the file system charset | |
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 MemberDescriptor | |
Raises an AttributeError | |
Gets the member value | |
Sets the members value | |
Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__repr__() <==> repr(x)... | |
x.__setattr__('name', value) <==> x.name = value... | |
x.__str__() <==> str(x)... |
Instance Variable Summary | |
---|---|
Inherited from MemberDescriptor | |
str |
name : The name of the member |
any | param : The descriptor parameter |
StructPrivate |
__private : The reference to the private container |
Method Details |
---|
doTransform(self, value, arg)Turns into an int
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Apr 17 12:39:10 2006 | http://epydoc.sf.net |