Searched refs:prettyPrintType (Results 1 – 5 of 5) sorted by relevance
630 …ns.get('maxChunkSize', 0), asn1Spec is None and value.prettyPrintType() or asn1Spec.prettyPrintTyp…
1240 …c is %s, chosen by %s' % (chosenSpec is None and '<none>' or chosenSpec.prettyPrintType(), tagSet))
429 def prettyPrintType(self, scope=0): member in AbstractSimpleAsn1Item
1857 def prettyPrintType(self, scope=0): member in SequenceOfAndSetOfBase1862 representation += self.componentType.prettyPrintType(scope)2471 def prettyPrintType(self, scope=0): member in SequenceAndSetBase2481 representation, componentType.prettyPrintType(scope)
288 - New prettyPrintType() abstract method implemented to base pyasn1 types