Home
last modified time | relevance | path

Searched refs:getwriter (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_multibytecodec.py327 c = codecs.getwriter('gb18030')(s)
338 c = codecs.getwriter('utf-8')(s)
350 wr = codecs.getwriter('gb18030')(s)
H A Dmultibytecodec_support.py194 UTF8Writer = codecs.getwriter('utf-8')
231 UTF8Writer = codecs.getwriter('utf-8')
H A Dtest_codecs.py334 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 Dtest_sax.py821 writer = codecs.getwriter('ascii')(raw, 'xmlcharrefreplace')
H A Dtest_logging.py2202 writer_class = codecs.getwriter('cp1251')
/third_party/python/Lib/lib2to3/tests/
H A Dtest_main.py47 out_enc = codecs.getwriter("ascii")(out)
/third_party/python/Lib/
H A Dcodecs.py28 "getincrementaldecoder", "getreader", "getwriter",
1016 def getwriter(encoding): function
/third_party/json/tools/cpplint/
H A Dcpplint.py6634 codecs.getwriter('utf8'),

Completed in 24 milliseconds