MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / encode

Method encode

tools/python-3.11.9-amd64/Lib/encodings/zlib_codec.py:22–23  ·  view source on GitHub ↗
(self, input, errors='strict')

Source from the content-addressed store, hash-verified

20
21class Codec(codecs.Codec):
22 def encode(self, input, errors='strict'):
23 return zlib_encode(input, errors)
24 def decode(self, input, errors='strict'):
25 return zlib_decode(input, errors)
26

Callers

nothing calls this directly

Calls 1

zlib_encodeFunction · 0.85

Tested by

no test coverage detected