substages_parser.py 文件源码

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

项目:bootloader_instrumentation_suite 作者: bx 项目源码 文件源码
def __init__(self, *args, **kwargs):
        yaml.Loader.__init__(self, *args, **kwargs)
        toplevel = True
        m = u'tag:yaml.org,2002:map'
        self.prev_constructor = self.yaml_constructors[m]
        self.add_constructor(m, type(self).construct_yaml_map)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号