Home
last modified time | relevance | path

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

/external/python/pyasn1/docs/source/pyasn1/type/univ/
Dobjectidentifier.rst10 …s: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec, isPrefixOf
/external/python/pyasn1/tests/type/
Dtest_univ.py872 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/
Duniv.py1165 def isPrefixOf(self, other): member in ObjectIdentifier