Trees | Indices | Help |
|
---|
|
Wraps an rmap. To add values to the contents of the map, use "update" since map.val is of type dict.
|
|||
PROTOTYPE_DEFAULT dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. |
|
|||
|
|||
|
|||
PROTOTYPE_FUNCTION = rmap hash(x) |
|||
Inherited from |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jan 24 19:49:01 2012 | http://epydoc.sourceforge.net |