Home | Trees | Indices | Help |
---|
|
object --+ | dict --+ | IndexedDict
Indexed dictionary that remembers order of the inserted elements.
Values can be inserted with string keys only, but referenced by both string keys or index.
There's a unit test for the class, please maintain it along.
|
|||
new empty dictionary |
|
||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
x[y]
|
x[i]=y
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Mar 2 14:52:22 2012 | http://epydoc.sourceforge.net |