Searched refs:prettyPrintType (Results 1 – 5 of 5) sorted by relevance
799 …ns.get('maxChunkSize', 0), asn1Spec is None and value.prettyPrintType() or asn1Spec.prettyPrintTyp…
1492 …c is %s, chosen by %s' % (chosenSpec is None and '<none>' or chosenSpec.prettyPrintType(), tagSet))
455 def prettyPrintType(self, scope=0): member in SimpleAsn1Type
1997 def prettyPrintType(self, scope=0): member in SequenceOfAndSetOfBase2002 representation += self.componentType.prettyPrintType(scope)2735 def prettyPrintType(self, scope=0): member in SequenceAndSetBase2745 representation, componentType.prettyPrintType(scope)
369 - New prettyPrintType() abstract method implemented to base pyasn1 types