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

Function getwriter

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

Lookup up the codec for the given encoding and return its StreamWriter class or factory 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