Searched refs:__slash_dot (Results 1 – 1 of 1) sorted by relevance
10 __slash_dot = string.maketrans("/.", "./") variable45 components = map(lambda x: urllib.unquote(x).translate(__slash_dot), components)51 return urllib.quote('///' + pathname.translate(__slash_dot), "/$:")