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

Class BitStringPayloadDecoder

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

Source from the content-addressed store, hash-verified

26
27
28class BitStringPayloadDecoder(AbstractScalarPayloadDecoder):
29 def __call__(self, pyObject, asn1Spec, decodeFun=None, **options):
30 return asn1Spec.clone(univ.BitString.fromBinaryString(pyObject))
31
32
33class SequenceOrSetPayloadDecoder(object):

Callers 1

decoder.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected