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

Function splitvalue

Lib/urllib/parse.py:1397–1401  ·  view source on GitHub ↗
(attr)

Source from the content-addressed store, hash-verified

1395
1396
1397def splitvalue(attr):
1398 warnings.warn("urllib.parse.splitvalue() is deprecated as of 3.8, "
1399 "use urllib.parse.parse_qsl() instead",
1400 DeprecationWarning, stacklevel=2)
1401 return _splitvalue(attr)
1402
1403
1404def _splitvalue(attr):

Callers 1

test_splitvalueMethod · 0.85

Calls 2

_splitvalueFunction · 0.85
warnMethod · 0.45

Tested by 1

test_splitvalueMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…