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

Function splitquery

tools/python-3.11.9-amd64/Lib/urllib/parse.py:1173–1177  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

1171
1172
1173def splitquery(url):
1174 warnings.warn("urllib.parse.splitquery() is deprecated as of 3.8, "
1175 "use urllib.parse.urlparse() instead",
1176 DeprecationWarning, stacklevel=2)
1177 return _splitquery(url)
1178
1179
1180def _splitquery(url):

Callers

nothing calls this directly

Calls 2

_splitqueryFunction · 0.85
warnMethod · 0.45

Tested by

no test coverage detected