Python kivy.properties 模块,DictProperty() 实例源码

我们从Python开源项目中,提取了以下1个代码示例,用于说明如何使用kivy.properties.DictProperty()

项目:mmplayer    作者:Bakterija    | 项目源码 | 文件源码
def on_playlist_update(self, *args):
        '''Event fired when playlist DictProperty is updated'''
        pass