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

Class NullEncoder

pager_lib/pyasn1/codec/ber/encoder.py:288–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286
287
288class NullEncoder(AbstractItemEncoder):
289 supportIndefLenMode = False
290
291 def encodeValue(self, value, asn1Spec, encodeFun, **options):
292 return b'', False, True
293
294
295class ObjectIdentifierEncoder(AbstractItemEncoder):

Callers 1

encoder.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected