Home
last modified time | relevance | path

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

/third_party/PyYAML/lib/yaml/
Dconstructor.py579 def make_python_instance(self, suffix, node, member in FullConstructor
617 instance = self.make_python_instance(suffix, node, newobj=True)
648 instance = self.make_python_instance(suffix, node, args, kwds, newobj)
721 def make_python_instance(self, suffix, node, args=None, kwds=None, newobj=False): member in UnsafeConstructor
722 return super(UnsafeConstructor, self).make_python_instance(