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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
base64mime.py 66 def header_encode(header, charset='iso-8859-1', keep_eols=False,
78 to the canonical email line separator \\r\\n unless the keep_eols
97 if not keep_eols:
quoprimime.py 116 def header_encode(header, charset="iso-8859-1", keep_eols=False,
138 to the canonical email line separator \\r\\n unless the keep_eols
149 if not keep_eols:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
base64mime.py 66 def header_encode(header, charset='iso-8859-1', keep_eols=False,
78 to the canonical email line separator \\r\\n unless the keep_eols
97 if not keep_eols:
quoprimime.py 116 def header_encode(header, charset="iso-8859-1", keep_eols=False,
138 to the canonical email line separator \\r\\n unless the keep_eols
149 if not keep_eols:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]

Completed in 100 milliseconds