Home
last modified time | relevance | path

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

/external/python/pyasn1/pyasn1/codec/ber/
Dencoder.py799 …ns.get('maxChunkSize', 0), asn1Spec is None and value.prettyPrintType() or asn1Spec.prettyPrintTyp…
Ddecoder.py1492 …c is %s, chosen by %s' % (chosenSpec is None and '<none>' or chosenSpec.prettyPrintType(), tagSet))
/external/python/pyasn1/pyasn1/type/
Dbase.py455 def prettyPrintType(self, scope=0): member in SimpleAsn1Type
Duniv.py1997 def prettyPrintType(self, scope=0): member in SequenceOfAndSetOfBase
2002 representation += self.componentType.prettyPrintType(scope)
2735 def prettyPrintType(self, scope=0): member in SequenceAndSetBase
2745 representation, componentType.prettyPrintType(scope)
/external/python/pyasn1/
DCHANGES.rst369 - New prettyPrintType() abstract method implemented to base pyasn1 types