Home
last modified time | relevance | path

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

/external/python/pyasn1/pyasn1/codec/ber/
Dencoder.py630 …ns.get('maxChunkSize', 0), asn1Spec is None and value.prettyPrintType() or asn1Spec.prettyPrintTyp…
Ddecoder.py1240 …c is %s, chosen by %s' % (chosenSpec is None and '<none>' or chosenSpec.prettyPrintType(), tagSet))
/external/python/pyasn1/pyasn1/type/
Dbase.py429 def prettyPrintType(self, scope=0): member in AbstractSimpleAsn1Item
Duniv.py1857 def prettyPrintType(self, scope=0): member in SequenceOfAndSetOfBase
1862 representation += self.componentType.prettyPrintType(scope)
2471 def prettyPrintType(self, scope=0): member in SequenceAndSetBase
2481 representation, componentType.prettyPrintType(scope)
/external/python/pyasn1/
DCHANGES.rst288 - New prettyPrintType() abstract method implemented to base pyasn1 types