MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / splitvalue

Function splitvalue

tools/python-3.11.9-amd64/Lib/urllib/parse.py:1217–1221  ·  view source on GitHub ↗
(attr)

Source from the content-addressed store, hash-verified

1215
1216
1217def splitvalue(attr):
1218 warnings.warn("urllib.parse.splitvalue() is deprecated as of 3.8, "
1219 "use urllib.parse.parse_qsl() instead",
1220 DeprecationWarning, stacklevel=2)
1221 return _splitvalue(attr)
1222
1223
1224def _splitvalue(attr):

Callers

nothing calls this directly

Calls 2

_splitvalueFunction · 0.85
warnMethod · 0.45

Tested by

no test coverage detected