Lines Matching refs:construct_scalar
94 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')
323 value = self.construct_scalar(node)
403 return self.construct_scalar(node)
495 return self.construct_scalar(node)
498 return self.construct_scalar(node)
502 value = self.construct_scalar(node).encode('ascii')
520 return complex(self.construct_scalar(node))
566 value = self.construct_scalar(node)
573 value = self.construct_scalar(node)