Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/type/
Dtest_constraint.py253 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'
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/
Dbase.py45 def isSuperTypeOf(self, other): member in Asn1ItemBase
48 self._subtypeSpec.isSuperTypeOf(other.getSubtypeSpec())
Dconstraint.py62 def isSuperTypeOf(self, otherConstraint): member in AbstractConstraint
Duniv.py655 not self._componentType.isSuperTypeOf(value):
750 if not t.isSuperTypeOf(value):
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/
DCHANGES218 - Constraints derivation verification (isSuperTypeOf()/isSubTypeOf()) fixed.
265 * ConstraintsIntersection.isSuperTypeOf() and