MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / splithost

Function splithost

tools/python-3.11.9-amd64/Lib/urllib/parse.py:1077–1081  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

1075
1076
1077def splithost(url):
1078 warnings.warn("urllib.parse.splithost() is deprecated as of 3.8, "
1079 "use urllib.parse.urlparse() instead",
1080 DeprecationWarning, stacklevel=2)
1081 return _splithost(url)
1082
1083
1084_hostprog = None

Callers

nothing calls this directly

Calls 2

_splithostFunction · 0.85
warnMethod · 0.45

Tested by

no test coverage detected