__init__.py 文件源码

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

项目:alexandria 作者: LibraryBox-Dev 项目源码 文件源码
def __init__(self, *args, **kwargs):
        """
        LibConfig is essentially just a wrapper around
        a ConfigParser that reads the combined configuration
        files from the command line (typically).
        """
        self.localconf = ""
        self.baseconf = "" 
        self.parser = None
        self.tainted = False
        Config.__init__(self, *args, **kwargs)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号