| Trees | Indices | Help |
|
|---|
|
|
object --+
|
dict --+
|
IndexDict --+
|
TupleDict --+
|
BiDirDualTupleDict
A dictionary class that uses tuple of tuple as its key which treats the inner tuple and its reversed counterpart the same. For instance, ((1, 2, 3), (3, 1, 2)) and ((1, 2, 3), (2, 1, 3)) are considered as the same key. However, ((1, 2, 3), (3, 1, 2)) is not equal to ((3, 1, 2), (1, 2, 3)).
|
|||
new empty dictionary |
|
||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Reorder the key and return it as a tuple If first lement is greater than last element, the key will be reversed.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:30 2015 | http://epydoc.sourceforge.net |