Searched refs:isPrefixOf (Results 1 – 3 of 3) sorted by relevance
/external/python/pyasn1/docs/source/pyasn1/type/univ/ |
D | objectidentifier.rst | 10 …s: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec, isPrefixOf
|
/external/python/pyasn1/tests/type/ |
D | test_univ.py | 872 assert o.isPrefixOf((1, 3, 6)), 'isPrefixOf() fails' 873 assert o.isPrefixOf((1, 3, 6, 1)), 'isPrefixOf() fails' 874 assert not o.isPrefixOf((1, 3)), 'isPrefixOf() fails'
|
/external/python/pyasn1/pyasn1/type/ |
D | univ.py | 1165 def isPrefixOf(self, other): member in ObjectIdentifier
|