This module provides an implementation of the Mapping interface's StringMap object. This object provides a Python dictionary-like interface, where the keys and values are restricted to strings.
This module defines the following classes:
This class provides one additional implementation specific method get_dict() which returns the private instance variable dictionary.