Searched defs:isSuperTypeOf (Results 1 – 2 of 2) sorted by relevance
/external/python/pyasn1/pyasn1/type/ | ||
D | constraint.py | 86 def isSuperTypeOf(self, otherConstraint): member in AbstractConstraint |
D | base.py | 112 def isSuperTypeOf(self, other, matchTags=True, matchConstraints=True): member in Asn1Type |