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)
substages_parser.py 文件源码
python
阅读 23
收藏 0
点赞 0
评论 0
评论列表
文章目录