Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/email/
Dencoders.py68 def encode_noop(msg): function
/external/python/cpython2/Lib/email/
Dencoders.py81 def encode_noop(msg): function
/external/python/cpython2/Doc/library/
Demail.encoders.rst52 .. function:: encode_noop(msg)
/external/python/cpython3/Doc/library/
Demail.encoders.rst61 .. function:: encode_noop(msg)
/external/python/cpython3/Lib/test/test_email/
Dtest_email.py1588 msg = MIMEApplication(bytesdata, _encoder=encoders.encode_noop)
1603 msg = MIMEApplication(bytesdata, _encoder=encoders.encode_noop)
/external/python/cpython2/Lib/email/test/
Dtest_email_renamed.py1019 msg = MIMEApplication(bytesdata, _encoder=encoders.encode_noop)
/external/python/cpython3/Misc/
DHISTORY5349 email.encoders.encode_noop when used with binary data.