Personal tools
Skip to content. | Skip to navigation
Introduction This package provides a layer for storing key/value pairs. The storage can be configured dynamically by providing a IConfig adapter of the context on which the dict storage is used.The adapter defaults to using a non- persistent dict:.. code-block:: python >>> from ftw.dictstorage.interfaces import IDictStorage >>> context layer['example_context'] >>> print context...
Document Actions