| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Enum
this gives you a compact notation for defining a canonical set of
string values and naming their context. It's superior to the nifty little:
a, b, c = ["a", "b", "c"]
trick because the set of enumerated values is an object itself (Enum)
which can be iterated & return a count and all that good stuff
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Wed Mar 5 14:35:51 2008 | http://epydoc.sourceforge.net |