software_updation.py 文件源码

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

项目:smartschool 作者: asifkodur 项目源码 文件源码
def __init__(self,check=True,install=False):
        """Init Worker Thread Class."""
        Thread.__init__(self)

        self.SU=software_update()
        self.check_only=check  # True if need to run functions to check for installation
        self.install_only=install
        self.stopped=False

        self.start()    # start the thread
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号