Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ Codec
Class
Codec
Lib/encodings/hz.py:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
codec = _codecs_cn.getcodec(
'hz'
)
11
12
class
Codec(codecs.Codec):
13
encode = codec.encode
14
decode = codec.decode
15
16
class
IncrementalEncoder(mbc.MultibyteIncrementalEncoder,
17
codecs.IncrementalEncoder):
Callers
1
getregentry
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected