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

Function splittag

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

Source from the content-addressed store, hash-verified

1366
1367
1368def splittag(url):
1369 warnings.warn("urllib.parse.splittag() is deprecated as of 3.8, "
1370 "use urllib.parse.urlsplit() instead",
1371 DeprecationWarning, stacklevel=2)
1372 return _splittag(url)
1373
1374
1375def _splittag(url):

Callers 1

test_splittagMethod · 0.85

Calls 2

_splittagFunction · 0.85
warnMethod · 0.45

Tested by 1

test_splittagMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…