Trees | Indices | Help |
|
---|
|
object --+ | PyEnum
Class that simulate the C enum type
Note: PyEnum does not allow general access to the class variables
|
|||
|
|||
int
|
|
||
int
|
|
||
|
|||
iter
|
|
||
iter
|
|
||
str
|
|
||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Create the enum instance.
|
Get the value for a specific enum id.
|
Get the value for a specific enum id.
|
Set the value for a specific enum id.
Note: PyEnum does not allow updating the enums, it will raise EnumUpdateError. |
Get an iterator object.
|
Get the next iterator value.
|
Get the the id for a specific value.
Note: The ID of the first matching value will be returned. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri May 6 16:45:19 2011 | http://epydoc.sourceforge.net |