Searched defs:urlparse (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/infra/bots/ | ||
| D | recipes.py | 39 import urllib.parse as urlparse namespace |
| /third_party/python/Lib/urllib/ | ||
| D | parse.py | 372 def urlparse(url, scheme='', allow_fragments=True): function |