Searched refs:getwriter (Results 1 - 8 of 8) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_multibytecodec.py | 327 c = codecs.getwriter('gb18030')(s) 338 c = codecs.getwriter('utf-8')(s) 350 wr = codecs.getwriter('gb18030')(s)
|
H A D | multibytecodec_support.py | 194 UTF8Writer = codecs.getwriter('utf-8') 231 UTF8Writer = codecs.getwriter('utf-8')
|
H A D | test_codecs.py | 334 writer = codecs.getwriter(self.encoding)(q) 1699 self.assertRaises(TypeError, codecs.getwriter) 1700 self.assertRaises(LookupError, codecs.getwriter, "__spam__") 1721 "getincrementaldecoder", "getreader", "getwriter", 1929 writer = codecs.getwriter(encoding)(q)
|
H A D | test_sax.py | 821 writer = codecs.getwriter('ascii')(raw, 'xmlcharrefreplace')
|
H A D | test_logging.py | 2202 writer_class = codecs.getwriter('cp1251')
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_main.py | 47 out_enc = codecs.getwriter("ascii")(out)
|
/third_party/python/Lib/ |
H A D | codecs.py | 28 "getincrementaldecoder", "getreader", "getwriter", 1016 def getwriter(encoding): function
|
/third_party/json/tools/cpplint/ |
H A D | cpplint.py | 6634 codecs.getwriter('utf8'),
|
Completed in 24 milliseconds