Searched defs:message_from_string (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython3/Lib/email/
H A D__init__.py19 'message_from_string',
33 def message_from_string(s, *args, **kws):
32 def message_from_string(s, *args, **kws): function
/external/python/cpython2/Lib/email/
H A D__init__.py29 'message_from_string',
52 def message_from_string(s, *args, **kws):
51 def message_from_string(s, *args, **kws): function
/external/python/cpython3/Lib/test/test_email/
H A Dtest_generator.py4 from email import message_from_string, message_from_bytes namespace
168 msgfunc = staticmethod(message_from_string)
H A Dtest_message.py3 from email import policy, message_from_string namespace
24 m = message_from_string(textwrap.dedent("""\

Completed in 243 milliseconds