Home
last modified time | relevance | path

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

/external/python/pyyaml/lib/yaml/
Dconstructor.py623 def construct_python_object_apply(self, suffix, node, newobj=False): member in FullConstructor
659 return self.construct_python_object_apply(suffix, node, newobj=True)
743 UnsafeConstructor.construct_python_object_apply)