Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dpathlib.py14 from urllib.parse import quote_from_bytes as urlquote_from_bytes unknown
225 drive, urlquote_from_bytes(rest.encode('utf-8')))
228 return 'file:' + urlquote_from_bytes(path.as_posix().encode('utf-8'))
270 return 'file://' + urlquote_from_bytes(bpath)