Library.py 文件源码

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

项目:plugin.video.netflix 作者: asciidisco 项目源码 文件源码
def setup_local_netflix_library(self, source):
        """Sets up the basic directories

        Parameters
        ----------
        source : :obj:`dict` of :obj:`str`
            Dicitionary with directories to be created
        """
        for label in source:
            exists = xbmcvfs.exists(
                path=self.kodi_helper.check_folder_path(source[label]))
            if not exists:
                xbmcvfs.mkdir(source[label])
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号