kodi.py 文件源码

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

项目:context.youtube.download 作者: anxdpanic 项目源码 文件源码
def __init__(self, heading, line1='', line2='', line3='', background=False, active=True):
        if active:
            if background:
                self.pd = xbmcgui.DialogProgressBG()
                msg = line1 + line2 + line3
                self.pd.create(heading, msg)
            else:
                self.pd = xbmcgui.DialogProgress()
                self.pd.create(heading, line1, line2, line3)
            self.background = background
            self.heading = heading
            self.pd.update(0)
        else:
            self.pd = None
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号