MCPcopy
hub / github.com/pallets/werkzeug / _wsgi_encoding_dance

Function _wsgi_encoding_dance

src/werkzeug/_internal.py:33–34  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

31
32
33def _wsgi_encoding_dance(s: str) -> str:
34 return s.encode().decode("latin1")
35
36
37def _get_environ(obj: WSGIEnvironment | Request) -> WSGIEnvironment:

Callers 4

_path_encodeMethod · 0.85
get_environMethod · 0.85
make_environMethod · 0.85

Calls

no outgoing calls

Tested by 3

_path_encodeMethod · 0.68
get_environMethod · 0.68