raimad.DictList
class
DictList(
raimad.dictlist.FilteredDictList,
):
A container that acts like a dict, a list, and an object all in one.
This is a simplified version of FilteredDictList
where T_STORED, T_ADDED, and T_RETURNED are all the same.
It is not an abstract class, you can instantiate it
directly.
TODO examples.