Table Of Contents
Dictionary store¶
Use a Python dictionary as a store.
- 
class kivy.storage.dictstore.DictStore(filename, data=None, **kwargs)[source]¶
- Bases: - kivy.storage.AbstractStore- Store implementation using a pickled dict. See the - kivy.storagemodule documentation for more information.
