Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
294
def
_normalize_host(host: None, scheme: str | None) -> None: ...
295
296
297
@typing.overload
Callers
1
parse_url
Function · 0.70
Calls
3
_encode_invalid_chars
Function · 0.85
to_str
Function · 0.85
_idna_encode
Function · 0.85
Tested by
no test coverage detected