Documentation
¶
Overview ¶
Package _codecs is the gopy port of CPython's _codecs built-in module. It exposes Python's codec lookup infrastructure: the registry search functions, encode/decode helpers, and the per-codec convenience functions for UTF-8, ASCII, and Latin-1.
The back-end Go codec logic lives in the codecs package; this module is the Python-visible surface that `import _codecs` resolves to.
CPython: Modules/_codecsmodule.c:1 _codecs module
Click to show internal directories.
Click to hide internal directories.