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

Function getregentry

Lib/encodings/hz.py:30–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 codec = codec
29
30def getregentry():
31 return codecs.CodecInfo(
32 name='hz',
33 encode=Codec().encode,
34 decode=Codec().decode,
35 incrementalencoder=IncrementalEncoder,
36 incrementaldecoder=IncrementalDecoder,
37 streamreader=StreamReader,
38 streamwriter=StreamWriter,
39 )

Callers 1

search_functionFunction · 0.70

Calls 1

CodecClass · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…