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

Function splituser

Lib/urllib/parse.py:1280–1284  ·  view source on GitHub ↗
(host)

Source from the content-addressed store, hash-verified

1278
1279
1280def splituser(host):
1281 warnings.warn("urllib.parse.splituser() is deprecated as of 3.8, "
1282 "use urllib.parse.urlsplit() instead",
1283 DeprecationWarning, stacklevel=2)
1284 return _splituser(host)
1285
1286
1287def _splituser(host):

Callers 1

test_splituserMethod · 0.85

Calls 2

_splituserFunction · 0.85
warnMethod · 0.45

Tested by 1

test_splituserMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…