Home
last modified time | relevance | path

Searched refs:to_splittable (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/email/
Dheader.py290 splittable = charset.to_splittable(s)
329 fsplittable = charset.to_splittable(first)
Dcharset.py277 def to_splittable(self, s): member in Charset
/external/python/cpython3/Doc/library/
Demail.charset.rst113 .. XXX to_splittable and from_splittable are not there anymore!
115 .. to_splittable(s)
/external/python/cpython2/Doc/library/
Demail.charset.rst113 .. method:: to_splittable(s)
/external/python/cpython2/Lib/email/test/
Dtest_email_renamed.py2786 sp = c.to_splittable(s)
2790 sp = c.to_splittable(s)
Dtest_email.py3024 sp = c.to_splittable(s)
3028 sp = c.to_splittable(s)