_codecs

package
v0.12.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL