Table Of Contents
Dictionary store¶
Use a Python dictionary as a store.
- class kivy.storage.dictstore.DictStore(data=None, **kwargs)[source]¶
Bases: kivy.storage.AbstractStore
Store implementation using a simple dict.
Use a Python dictionary as a store.
Bases: kivy.storage.AbstractStore
Store implementation using a simple dict.