Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
Dpolicy.py184 return self._fold(name, value, refold_binary=True)
200 folded = self._fold(name, value, refold_binary=self.cte_type=='7bit')
204 def _fold(self, name, value, refold_binary=False): argument
213 if refold or refold_binary and _has_surrogates(value):