odict

class lib.odict.ReadOnlyDict(data)
class lib.odict.odict(d=None)

Bases: dict

This one uses generators in places where it can, and plays nicely with deepcopy.

clear()
index(key)
items()
keys()
move(key, index)
Move the specified to key to before the specified index.
popitem()
setdefault(key, failobj=None)
update(d)
values()

Previous topic

notify

Next topic

openImage