base.py 文件源码

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

项目:siphon-cli 作者: getsiphon 项目源码 文件源码
def get_info(self, k=None):
        """
        Get the value for a key in the an app's base project info.plist
        """
        info = None
        with open(self.info, 'rb') as f:
            info = plistlib.load(f)
        if k:
            return info.get(k)
        else:
            return info
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号