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

Class EndOfOctetsEncoder

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

Source from the content-addressed store, hash-verified

152
153
154class EndOfOctetsEncoder(AbstractItemEncoder):
155 def encodeValue(self, value, asn1Spec, encodeFun, **options):
156 return b'', False, True
157
158
159class BooleanEncoder(AbstractItemEncoder):

Callers 1

encoder.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected