Home
last modified time | relevance | path

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

/external/python/pyyaml/lib/yaml/
Dconstructor.py94 constructor = self.__class__.construct_scalar
117 def construct_scalar(self, node): member in BaseConstructor
173 def construct_scalar(self, node): member in SafeConstructor
177 return self.construct_scalar(value_node)
178 return super().construct_scalar(node)
221 self.construct_scalar(node)
234 value = self.construct_scalar(node)
238 value = self.construct_scalar(node)
271 value = self.construct_scalar(node)
296 value = self.construct_scalar(node).encode('ascii')
[all …]
/external/python/pyyaml/tests/lib/
Dtest_structure.py155 return self.construct_scalar(node)
171 return self.construct_scalar(node)