MCPcopy Index your code
hub / github.com/python/cpython / Codec

Class Codec

Lib/encodings/hz.py:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10codec = _codecs_cn.getcodec('hz')
11
12class Codec(codecs.Codec):
13 encode = codec.encode
14 decode = codec.decode
15
16class IncrementalEncoder(mbc.MultibyteIncrementalEncoder,
17 codecs.IncrementalEncoder):

Callers 1

getregentryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…