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

Function splitattr

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

Source from the content-addressed store, hash-verified

1381
1382
1383def splitattr(url):
1384 warnings.warn("urllib.parse.splitattr() is deprecated as of 3.8, "
1385 "use urllib.parse.urlsplit() instead",
1386 DeprecationWarning, stacklevel=2)
1387 return _splitattr(url)
1388
1389
1390def _splitattr(url):

Callers 1

test_splitattrMethod · 0.85

Calls 2

_splitattrFunction · 0.85
warnMethod · 0.45

Tested by 1

test_splitattrMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…