MCPcopy Create free account
hub / github.com/RustPython/RustPython / splitvalue

Function splitvalue

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

Source from the content-addressed store, hash-verified

1275
1276
1277def splitvalue(attr):
1278 warnings.warn("urllib.parse.splitvalue() is deprecated as of 3.8, "
1279 "use urllib.parse.parse_qsl() instead",
1280 DeprecationWarning, stacklevel=2)
1281 return _splitvalue(attr)
1282
1283
1284def _splitvalue(attr):

Callers 1

test_splitvalueMethod · 0.85

Calls 2

_splitvalueFunction · 0.85
warnMethod · 0.45

Tested by 1

test_splitvalueMethod · 0.68