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

Method encode

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

Source from the content-addressed store, hash-verified

22
23class Codec(codecs.Codec):
24 def encode(self, input, errors='strict'):
25 return bz2_encode(input, errors)
26 def decode(self, input, errors='strict'):
27 return bz2_decode(input, errors)
28

Callers

nothing calls this directly

Calls 1

bz2_encodeFunction · 0.85

Tested by

no test coverage detected