Trees | Indices | Help |
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
shows contents as if this is a dictionary If multiple values exist for a given key, use the last one added. |
value for a given key If more than one value exists for the key, use one added most recently |
value for the given key; default = None if not present If more than one value exists for the key, use the one added most recently. |
unordered list of values If more than one value exists for a given key, use the value added most recently. |
unordered list of key/value pairs If more than one value exists for a given key, use the value added most recently. |
Get all values for a given key Multiple values are returned in input order. If the key does not exists, returns an empty list. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Sep 15 09:24:54 2008 | http://epydoc.sourceforge.net |