|
value(self)
The Python value that is used for equality testing against this
enumeration. |
source code
|
|
|
tag(self)
The Python identifier used for the named constant representing the
enumeration value. |
source code
|
|
|
_setTag(self,
tag)
Set the tag to be used for this enumeration. |
source code
|
|
|
|
|
|
|
|
|
unicodeValue(self)
The unicode string that defines the enumeration value. |
source code
|
|
|
__init__(self,
enumeration=None,
unicode_value=None,
description=None,
annotation=None,
**kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|