| /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...] |
| /external/tensorflow/tensorflow/contrib/quantize/python/ |
| fold_batch_norms.py | 379 new_layer_name = layer_op.name.split('/')[-1] + '_Fold' 547 into respective *_Fold, add is cloned into add_fold. 615 conv_or_fc_folded = _CloneOp(op_below, op_below.name + '_Fold', [all...] |