5 Dict-type Instance Methods

PyDO objects also obey a good majority of the dictionary interface. They are:
__getitem__(item)
__setitem__(item, val)
items()
copy()
has_key(key)
key()
values()
get(item, default = None)
update(dict)