Sample container implementation suitable for testing.
It is not suitable, directly as a base class unless the subclass overrides _newContainerData to return a persistent mapping object.
There are no attributes in this class.
get(key, default=None)
See interface IReadContainer
has_key(key)
See interface IReadContainer
items()
See interface IReadContainer
keys()
See interface IReadContainer
values()
See interface IReadContainer