Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_email/
Dtest_parser.py101 def message_from_binary_file(s, *args, **kw): function
103 return email.message_from_binary_file(f, *args, **kw)
106 parsers = (message_from_bytes, message_from_binary_file)
Dtest_policy.py317 email.message_from_binary_file(f, policy=self.MyPolicy)
/third_party/python/Lib/email/
D__init__.py56 def message_from_binary_file(fp, *args, **kws): function
/third_party/python/Doc/includes/
Demail-unpack.py26 msg = email.message_from_binary_file(fp, policy=default)
/third_party/python/Doc/library/
Demail.policy.rst94 >>> from email import message_from_binary_file
99 ... msg = message_from_binary_file(f, policy=policy.default)
Demail.compat32-message.rst665 from email import message_from_binary_file
670 msg = message_from_binary_file(f)
Demail.message.rst487 from email import message_from_binary_file
489 msg = message_from_binary_file(f)
Demail.parser.rst249 .. function:: message_from_binary_file(fp, _class=None, *, \
/third_party/python/Lib/
Dmailbox.py1505 self._become_message(email.message_from_binary_file(message))
/third_party/python/Doc/whatsnew/
D3.2.rst688 :func:`~email.message_from_binary_file`, and new classes