Searched refs:isSuperTypeOf (Results 1 – 5 of 5) sorted by relevance
253 assert self.c1.isSuperTypeOf(self.c2), 'isSuperTypeOf failed'256 assert not self.c2.isSuperTypeOf(self.c1) , 'isSuperTypeOf failed'272 assert self.c1.isSuperTypeOf(self.c2), 'isSuperTypeOf failed'275 assert not self.c2.isSuperTypeOf(self.c1) , 'isSuperTypeOf failed'
45 def isSuperTypeOf(self, other): member in Asn1ItemBase48 self._subtypeSpec.isSuperTypeOf(other.getSubtypeSpec())
62 def isSuperTypeOf(self, otherConstraint): member in AbstractConstraint
655 not self._componentType.isSuperTypeOf(value):750 if not t.isSuperTypeOf(value):
218 - Constraints derivation verification (isSuperTypeOf()/isSubTypeOf()) fixed.265 * ConstraintsIntersection.isSuperTypeOf() and