Searched refs:otherConstraint (Results 1 – 1 of 1) sorted by relevance
86 def isSuperTypeOf(self, otherConstraint): argument88 return (otherConstraint is self or90 otherConstraint == self or91 self in otherConstraint.getValueMap())93 def isSubTypeOf(self, otherConstraint): argument94 return (otherConstraint is self or96 otherConstraint == self or97 otherConstraint in self._valueMap)