MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / prettyPrintType

Method prettyPrintType

pager_lib/pyasn1/type/base.py:451–452  ·  view source on GitHub ↗
(self, scope=0)

Source from the content-addressed store, hash-verified

449 return self.prettyOut(self._value)
450
451 def prettyPrintType(self, scope=0):
452 return '%s -> %s' % (self.tagSet, self.__class__.__name__)
453
454# Backward compatibility
455AbstractSimpleAsn1Item = SimpleAsn1Type

Callers 2

__call__Method · 0.45
__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected