Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dmimify.py39 base64_re = re.compile('^content-transfer-encoding:\\s*base64', re.I) variable
148 if decode_base64 and base64_re.match(line):
304 elif base64_re.match(line):