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()