Searched refs:message_from_binary_file (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Lib/test/test_email/ |
D | test_parser.py | 101 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)
|
D | test_policy.py | 317 email.message_from_binary_file(f, policy=self.MyPolicy)
|
/third_party/python/Lib/email/ |
D | __init__.py | 56 def message_from_binary_file(fp, *args, **kws): function
|
/third_party/python/Doc/includes/ |
D | email-unpack.py | 26 msg = email.message_from_binary_file(fp, policy=default)
|
/third_party/python/Doc/library/ |
D | email.policy.rst | 94 >>> from email import message_from_binary_file 99 ... msg = message_from_binary_file(f, policy=policy.default)
|
D | email.compat32-message.rst | 665 from email import message_from_binary_file 670 msg = message_from_binary_file(f)
|
D | email.message.rst | 487 from email import message_from_binary_file 489 msg = message_from_binary_file(f)
|
D | email.parser.rst | 249 .. function:: message_from_binary_file(fp, _class=None, *, \
|
/third_party/python/Lib/ |
D | mailbox.py | 1505 self._become_message(email.message_from_binary_file(message))
|
/third_party/python/Doc/whatsnew/ |
D | 3.2.rst | 688 :func:`~email.message_from_binary_file`, and new classes
|