Searched defs:_encode (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/test/ | ||
D | test_urlparse.py | 170 def _encode(t): function |
/third_party/python/Lib/email/ | ||
D | generator.py | 145 def _encode(self, s): member in Generator |
D | charset.py | 159 def _encode(string, codec): function |
/third_party/python/Lib/http/ | ||
D | client.py | 161 def _encode(data, name='data'): function |