Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/urllib/
Dparse.py354 for _decoded, _encoded in _result_pairs:
355 _decoded._encoded_counterpart = _encoded
356 _encoded._decoded_counterpart = _decoded
/external/python/cpython2/Lib/logging/
Dconfig.py108 def _encoded(s): function
611 name = _encoded(name)
/external/scapy/scapy/contrib/
Dhttp2.py1171 self._encoded = type(self).huffman_conv2str(i, ibl)
1175 return self._encoded
1183 return len(self._encoded)