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

Class BitStringEncoder

pager_lib/pyasn1/codec/native/encoder.py:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39class BitStringEncoder(AbstractItemEncoder):
40 def encode(self, value, encodeFun, **options):
41 return str(value)
42
43
44class OctetStringEncoder(AbstractItemEncoder):

Callers 1

encoder.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected