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

Function splituser

tools/python-3.11.9-amd64/Lib/urllib/parse.py:1100–1104  ·  view source on GitHub ↗
(host)

Source from the content-addressed store, hash-verified

1098
1099
1100def splituser(host):
1101 warnings.warn("urllib.parse.splituser() is deprecated as of 3.8, "
1102 "use urllib.parse.urlparse() instead",
1103 DeprecationWarning, stacklevel=2)
1104 return _splituser(host)
1105
1106
1107def _splituser(host):

Callers

nothing calls this directly

Calls 2

_splituserFunction · 0.70
warnMethod · 0.45

Tested by

no test coverage detected