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

Class IntegerEncoder

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

Source from the content-addressed store, hash-verified

32
33
34class IntegerEncoder(AbstractItemEncoder):
35 def encode(self, value, encodeFun, **options):
36 return int(value)
37
38
39class BitStringEncoder(AbstractItemEncoder):

Callers 1

encoder.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected