Home
last modified time | relevance | path

Searched refs:otherConstraint (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/
Dconstraint.py62 def isSuperTypeOf(self, otherConstraint): argument
63 return self in otherConstraint.getValueMap() or \
64 otherConstraint is self or otherConstraint == self
65 def isSubTypeOf(self, otherConstraint): argument
66 return otherConstraint in self._valueMap or \
67 otherConstraint is self or otherConstraint == self