Methods
|
|
__cmp__
__init__
__len__
get
set
unset
|
|
__cmp__
|
__cmp__ ( self, other )
|
|
__init__
|
__init__ ( self, initialValue=0 )
Initialize a verbose flag
|
|
__len__
|
__len__ ( self )
|
|
get
|
get ( self )
Retrieve the value
|
|
set
|
set ( self, newValue=1 )
Set the value to newValue
|
|
unset
|
unset ( self, newValue=0 )
Unset the value
|
|