Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dpathlib.py13 from urllib.parse import quote_from_bytes as urlquote_from_bytes unknown
246 drive, urlquote_from_bytes(rest.encode('utf-8')))
249 return 'file:' + urlquote_from_bytes(path.as_posix().encode('utf-8'))
363 return 'file://' + urlquote_from_bytes(bpath)