| Trees | Indices | Help |
|
|---|
|
|
object --+
|
dict --+
|
IndexDict --+
|
TupleDict --+
|
ImproperDualTupleDict
ImproperDualTupleDict use two element tuple of tuple as it key. Its inner tuple has four element and the order is the same as ImproperTupleDict where the third element must match and the rest of the element also match but regardless of the order. ((1, 2, 3, 4),(2, 3, 1, 4)) == ((4, 2, 3, 1), (3, 2, 1, 4))
|
|||
new empty dictionary |
|
||
|
|||
|
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 Wed Aug 3 07:59:34 2016 | http://epydoc.sourceforge.net |