There are no attributes in this class.
byValue(...)
clear(...)
get(...)
Return the default (or None) if the key is not found.
has_key(...)
items(...)
iteritems(...)
iterkeys(...)
itervalues(...)
keys(...)
maxKey(...)
If an argument is given, find the maximum <= the argument
minKey(...)
If an argument is given, find the minimum >= the argument
pop(...)
If key is not found, d is returned if given, otherwise KeyError is raised.
setdefault(...)
Return the value like get() except that if key is missing, d is both returned and inserted into the bucket as the value of k.
update(...)
values(...)
There are no known subclasses.