Quick search

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.