MCPcopy Index your code
hub / github.com/RustPython/RustPython / getdecoder

Function getdecoder

crates/vm/Lib/core_modules/codecs.py:985–993  ·  view source on GitHub ↗

Lookup up the codec for the given encoding and return its decoder function. Raises a LookupError in case the encoding cannot be found.

(encoding)

Source from the content-addressed store, hash-verified

Callers

nothing calls this directly

Calls 1

lookupFunction · 0.50

Tested by

no test coverage detected