Searched refs:newprop (Results 1 – 1 of 1) sorted by relevance
127 def Widen(self, newprop): argument150 if self.type.is_wider_than(newprop.type):151 if self.type == Type.INT and newprop.type == Type.BYTE:159 self.type = newprop.type161 if type(newprop.value) == list and type(self.value) != list:164 if type(self.value) == list and len(newprop.value) > len(self.value):166 while len(self.value) < len(newprop.value):
Completed in 3 milliseconds