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

Function splittype

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

Source from the content-addressed store, hash-verified

1234
1235
1236def splittype(url):
1237 warnings.warn("urllib.parse.splittype() is deprecated as of 3.8, "
1238 "use urllib.parse.urlsplit() instead",
1239 DeprecationWarning, stacklevel=2)
1240 return _splittype(url)
1241
1242
1243_typeprog = None

Callers 1

test_splittypeMethod · 0.85

Calls 2

_splittypeFunction · 0.85
warnMethod · 0.45

Tested by 1

test_splittypeMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…