Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dbase64.py177 def b32decode(s, casefold=False, map01=None): argument
202 if map01:
203 s = _translate(s, {'0': 'O', '1': map01})
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_base64.py163 eq(base64.b32decode('M1023456', map01='L'), 'b\xdd\xad\xf3\xbe')
164 eq(base64.b32decode('M1023456', map01='I'), 'b\x1d\xad\xf3\xbe')