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

Function splitpasswd

tools/python-3.11.9-amd64/Lib/urllib/parse.py:1113–1117  ·  view source on GitHub ↗
(user)

Source from the content-addressed store, hash-verified

1111
1112
1113def splitpasswd(user):
1114 warnings.warn("urllib.parse.splitpasswd() is deprecated as of 3.8, "
1115 "use urllib.parse.urlparse() instead",
1116 DeprecationWarning, stacklevel=2)
1117 return _splitpasswd(user)
1118
1119
1120def _splitpasswd(user):

Callers

nothing calls this directly

Calls 2

_splitpasswdFunction · 0.85
warnMethod · 0.45

Tested by

no test coverage detected