Searched refs:_splitnetloc (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ |
D | urlparse.py | 160 def _splitnetloc(url, start=0): function 188 netloc, url = _splitnetloc(url, 2) 211 netloc, url = _splitnetloc(url, 2)
|
/external/python/cpython3/Lib/urllib/ |
D | parse.py | 386 def _splitnetloc(url, start=0): function 429 netloc, url = _splitnetloc(url, 2) 453 netloc, url = _splitnetloc(url, 2)
|