Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ gencjkcodecs.py
File
gencjkcodecs.py
Tools/unicode/gencjkcodecs.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
os, string
2
3
codecs = {
4
'cn'
: (
'gb2312'
,
'gbk'
,
'gb18030'
,
'hz'
),
Callers
nothing calls this directly
Calls
1
gencodecs
Function · 0.85
Tested by
no test coverage detected