예제 #1
0
파일: structure.py 프로젝트: IPOT/PTYSH
    def __init__(self, *args, **kwargs):
        Loader.__init__(self, *args, **kwargs)

        self.add_constructor(u"tag:yaml.org,2002:map", type(self).construct_yaml_map)
        self.add_constructor(u"tag:yaml.org,2002:omap", type(self).construct_yaml_map)
예제 #2
0
 def __init__(self, *args, **kwargs):
     Loader.__init__(self, *args, **kwargs)