Searched refs:getencoder (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/test/ |
D | test_codecs.py | 1662 self.assertRaises(TypeError, codecs.getencoder) 1663 self.assertRaises(LookupError, codecs.getencoder, "__spam__") 1893 (b, size) = codecs.getencoder(encoding)(s) 2022 encoder = codecs.getencoder(encoding) 2706 (o, size) = codecs.getencoder(encoding)(binput)
|
/third_party/python/Lib/ |
D | codecs.py | 957 def getencoder(encoding): function
|
/third_party/python/Doc/howto/ |
D | unicode.rst | 704 codecs.getencoder('utf-8'), codecs.getdecoder('utf-8'),
|
/third_party/python/Doc/library/ |
D | codecs.rst | 109 .. function:: getencoder(encoding)
|
/third_party/python/Misc/ |
D | HISTORY | 24154 built-in codecs: getencoder(), getdecoder(), getreader(),
|