common.py 文件源码

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

项目:yQuant 作者: yoonbae81 项目源码 文件源码
def config(self):
        if not self._config:
            # get_logger().debug("Loading configuration file")
            dir = os.path.dirname(os.path.realpath(__file__))
            with open(os.path.join(dir, 'config.json')) as file:
                self._config = json.load(file)

        return self._config
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号