Home
last modified time | relevance | path

Searched refs:dump_address_pair (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Drfc822.py788 return ", ".join(map(dump_address_pair, self.addresslist))
825 def dump_address_pair(pair): function
/external/python/cpython2/Doc/library/
Demail.util.rst148 The :func:`dump_address_pair` function has been removed; use :func:`formataddr`
Drfc822.rst87 .. function:: dump_address_pair(pair)
Demail.rst142 :meth:`Message.add_payload` method, the :func:`Utils.dump_address_pair`
/external/python/cpython2/Misc/
DHISTORY2353 Utils.dump_address_pair(), Utils.decode(), Utils.encode()