Home
last modified time | relevance | path

Searched refs:construct_yaml_object (Results 1 – 2 of 2) sorted by relevance

/third_party/PyYAML/lib/yaml/
D__init__.py381 return loader.construct_yaml_object(node, cls)
Dconstructor.py416 def construct_yaml_object(self, node, cls): member in SafeConstructor