app.py 文件源码

python
阅读 23 收藏 0 点赞 0 评论 0

项目:mmplayer 作者: Bakterija 项目源码 文件源码
def on_dropfile(self, win, path):
        '''Appends dropped file to self.dropped_files
        and schedules _on_dropfile_after() for next frame.
        App is blocking and nothing else is done
        before this method is called for all dropped files'''
        self.dropped_files.append(get_unicode(path))
        Clock.unschedule(self._on_dropfile_after)
        Clock.schedule_once(self._on_dropfile_after, 0)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号