Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dbase64.py32 def _translate(s, altchars): function
55 return _translate(encoded, {'+': altchars[0], '/': altchars[1]})
71 s = _translate(s, {altchars[0]: '+', altchars[1]: '/'})
203 s = _translate(s, {'0': 'O', '1': map01})