字典存储

使用Python字典作为存储。

class kivy.storage.dictstore.DictStore(filename, data=None, **kwargs)[源代码]

基类:AbstractStore

使用pickled dict`实现的存储。更多信息请参阅 :mod:`kivy.storage 模块文档。