Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-riscos/
Drourl2path.py10 __slash_dot = string.maketrans("/.", "./") variable
45 components = map(lambda x: urllib.unquote(x).translate(__slash_dot), components)
51 return urllib.quote('///' + pathname.translate(__slash_dot), "/$:")