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

Function splitattr

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

Source from the content-addressed store, hash-verified

1201
1202
1203def splitattr(url):
1204 warnings.warn("urllib.parse.splitattr() is deprecated as of 3.8, "
1205 "use urllib.parse.urlparse() instead",
1206 DeprecationWarning, stacklevel=2)
1207 return _splitattr(url)
1208
1209
1210def _splitattr(url):

Callers

nothing calls this directly

Calls 2

_splitattrFunction · 0.85
warnMethod · 0.45

Tested by

no test coverage detected