Home | History | Annotate | Download | only in test

Lines Matching refs:writer_class

1047         writer_class = codecs.getwriter('cp1251')
1048 writer_class.encoding = 'cp1251'
1050 writer = writer_class(stream, 'strict')