MCPcopy
hub / github.com/urllib3/urllib3 / _normalize_host

Function _normalize_host

src/urllib3/util/url.py:294–294  ·  view source on GitHub ↗
(host: None, scheme: str | None)

Source from the content-addressed store, hash-verified

292
293@typing.overload
294def _normalize_host(host: None, scheme: str | None) -> None: ...
295
296
297@typing.overload

Callers 1

parse_urlFunction · 0.70

Calls 3

_encode_invalid_charsFunction · 0.85
to_strFunction · 0.85
_idna_encodeFunction · 0.85

Tested by

no test coverage detected