Methods
|
|
asNumeral
incr
reset
validate
|
|
asNumeral
|
asNumeral ( self, value )
Exceptions
|
|
ValueError("Invalid %s %r: must be one of %r" %( self.name, value, self.choices ) )
|
|
|
incr
|
incr ( self, value )
Exceptions
|
|
ValueError("Can't increment %s past %r" %( self.name, value ) )
|
|
|
reset
|
reset ( self, value )
|
|
validate
|
validate ( self, value )
|
|