storages.py 文件源码

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

项目:dopplerr 作者: Stibbons 项目源码 文件源码
def _load_bare_config(self):
        log.debug("Loading configuration file: %s", self.__resolved_config_file)
        config_file_path = PosixPath(self.__resolved_config_file)
        if config_file_path.exists():
            with config_file_path.open() as f:
                self.__bare_config_dict = json.load(f)
        else:
            self.__bare_config_dict = {}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号