Searched refs:construct_scalar (Results 1 – 2 of 2) sorted by relevance
94 constructor = self.__class__.construct_scalar117 def construct_scalar(self, node): member in BaseConstructor173 def construct_scalar(self, node): member in SafeConstructor177 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 …]
155 return self.construct_scalar(node)171 return self.construct_scalar(node)