addon_updater.py 文件源码

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

项目:kaleidoscope 作者: blenderskool 项目源码 文件源码
def get_api(self, url):
        # return the json version
        get = None
        get = self.get_api_raw(url) # this can fail by self-created error raising
        if get != None:
            return json.JSONDecoder().decode( get )
        else:
            return None


    # create a working directory and download the new files
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号