HomeSort by relevance Sort by last modified time
    Searched refs:_fold (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Lib/email/
policy.py 183 return self._fold(name, value, refold_binary=True)
199 folded = self._fold(name, value, refold_binary=self.cte_type=='7bit')
203 def _fold(self, name, value, refold_binary=False): member in class:EmailPolicy
_policybase.py 326 return self._fold(name, value, sanitize=True)
337 folded = self._fold(name, value, sanitize=self.cte_type=='7bit')
340 def _fold(self, name, value, sanitize): member in class:Compat32
_header_value_parser.py 149 token._fold(self)
223 # _fold(folded):
228 # contains as much text as will fit, the _fold method should call
237 # true. A subclass only needs to implement _fold when the generic version
238 # isn't sufficient. _fold will need to be implemented primarily when it is
241 # words are allowed. A _fold implementation is responsible for filling
242 # lines in the same general way that the top level _fold does. It may, and
243 # should, call the _fold method of sub-objects in a similar fashion to that
244 # of the top level _fold.
300 self._fold(folded
322 def _fold(self, folded): member in class:TokenList
396 def _fold(self, folded): member in class:UnstructuredTokenList
471 def _fold(self, folded): member in class:Phrase
1214 def _fold(self, folded): member in class:Header
    [all...]
  /external/python/cpython3/Lib/
datetime.py     [all...]

Completed in 252 milliseconds