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

Class AbstractScalarPayloadDecoder

pager_lib/pyasn1/codec/native/decoder.py:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23class AbstractScalarPayloadDecoder(object):
24 def __call__(self, pyObject, asn1Spec, decodeFun=None, **options):
25 return asn1Spec.clone(pyObject)
26
27
28class BitStringPayloadDecoder(AbstractScalarPayloadDecoder):

Callers 1

decoder.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected