Home
last modified time | relevance | path

Searched refs:get_charsets (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_renamed.py124 charsets = msg.get_charsets()
128 charsets = msg.get_charsets('dingbat')
133 charsets = msg.get_charsets()
2288 charsets = msg.get_charsets()
2300 charsets = msg.get_charsets()
Dtest_email.py123 charsets = msg.get_charsets()
127 charsets = msg.get_charsets('dingbat')
132 charsets = msg.get_charsets()
2408 charsets = msg.get_charsets()
2420 charsets = msg.get_charsets()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dmessage.py778 def get_charsets(self, failobj=None): member in Message