HomeSort by relevance Sort by last modified time
    Searched refs:convert_eols (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
base64mime.py 164 def decode(s, convert_eols=None):
167 If convert_eols is set to a string value, all canonical email linefeeds,
169 convert_eols. os.linesep is a good choice for convert_eols if you are
180 if convert_eols:
181 return dec.replace(CRLF, convert_eols)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
base64mime.py 164 def decode(s, convert_eols=None):
167 If convert_eols is set to a string value, all canonical email linefeeds,
169 convert_eols. os.linesep is a good choice for convert_eols if you are
180 if convert_eols:
181 return dec.replace(CRLF, convert_eols)

Completed in 70 milliseconds