Package omero :: Module scripts :: Class Map
[hide private]
[frames] | no frames]

Class Map

source code


Wraps an rmap. To add values to the contents of the map, use "update" since map.val is of type dict.

Nested Classes [hide private]
  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.
Instance Methods [hide private]
 
update(self, *args, **kwargs) source code

Inherited from Type: __init__, inout, out, type

Class Variables [hide private]
  PROTOTYPE_FUNCTION = rmap
hash(x)

Inherited from Type: PROTOTYPE_MAX, PROTOTYPE_MIN, PROTOTYPE_VALUES