Home
last modified time | relevance | path

Searched refs:_splitnetloc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Durlparse.py160 def _splitnetloc(url, start=0): function
188 netloc, url = _splitnetloc(url, 2)
211 netloc, url = _splitnetloc(url, 2)
/external/python/cpython3/Lib/urllib/
Dparse.py386 def _splitnetloc(url, start=0): function
429 netloc, url = _splitnetloc(url, 2)
453 netloc, url = _splitnetloc(url, 2)