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

Function splitpasswd

Lib/urllib/parse.py:1293–1297  ·  view source on GitHub ↗
(user)

Source from the content-addressed store, hash-verified

1291
1292
1293def splitpasswd(user):
1294 warnings.warn("urllib.parse.splitpasswd() is deprecated as of 3.8, "
1295 "use urllib.parse.urlsplit() instead",
1296 DeprecationWarning, stacklevel=2)
1297 return _splitpasswd(user)
1298
1299
1300def _splitpasswd(user):

Callers 1

test_splitpasswdMethod · 0.85

Calls 2

_splitpasswdFunction · 0.85
warnMethod · 0.45

Tested by 1

test_splitpasswdMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…