MCPcopy Index your code
hub / github.com/python/cpython / splithost

Function splithost

Lib/urllib/parse.py:1257–1261  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

1255
1256
1257def splithost(url):
1258 warnings.warn("urllib.parse.splithost() is deprecated as of 3.8, "
1259 "use urllib.parse.urlsplit() instead",
1260 DeprecationWarning, stacklevel=2)
1261 return _splithost(url)
1262
1263
1264_hostprog = None

Callers 1

test_splithostMethod · 0.85

Calls 2

_splithostFunction · 0.85
warnMethod · 0.45

Tested by 1

test_splithostMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…