MCPcopy
hub / github.com/tornadoweb/tornado / _unquote_or_none

Function _unquote_or_none

tornado/routing.py:710–711  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

708
709@overload
710def _unquote_or_none(s: str) -> bytes:
711 pass
712
713
714@overload # noqa: F811

Callers 1

matchMethod · 0.85

Calls 1

url_unescapeFunction · 0.90

Tested by

no test coverage detected