Searched refs:NUMS (Results 1 – 3 of 3) sorted by relevance
1607 verify_type("nums1", dtlib.Type.NUMS)1608 verify_type("nums2", dtlib.Type.NUMS)1609 verify_type("nums3", dtlib.Type.NUMS)1610 verify_type("nums4", dtlib.Type.NUMS)2380 assert rootprop_copy.type == dtlib.Type.NUMS
232 NUMS = 3 variable in Type375 return Type.NUM if len(self.value) == 4 else Type.NUMS379 return Type.NUMS433 if self.type not in (Type.NUM, Type.NUMS):541 return self.type is Type.NUMS and not self.value
1369 elif prop.type == Type.NUMS:3253 if ranges_prop.type not in (Type.EMPTY, Type.NUMS):