Searched refs:urlquote_from_bytes (Results 1 – 1 of 1) sorted by relevance
14 from urllib.parse import quote_from_bytes as urlquote_from_bytes unknown225 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)