Home
last modified time | relevance | path

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

/external/python/pyasn1/pyasn1/type/
Duniv.py449 defaultBinValue = defaultHexValue = noValue variable in BitString
467 if self.defaultBinValue is not noValue:
468 value = self.fromBinaryString(self.defaultBinValue, internalFormat=True)
809 defaultBinValue = defaultHexValue = noValue variable in OctetString
828 if self.defaultBinValue is not noValue:
829 value = self.fromBinaryString(self.defaultBinValue)
/external/python/pyasn1/tests/type/
Dtest_univ.py398 defaultBinValue = '1010100110001010' variable in BitStringTestCase.testBinDefault.BinDefault
606 defaultBinValue = '1000010111101110101111000000111011' variable in OctetStringTestCase.testBinDefault.BinDefault